faad2: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 16:05:58 +02:00
parent 33cd353f2f
commit 279e853d65

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="faad: An MPEG-4 AAC decoder"
PKG_LONGDESC="The FAAD project includes the AAC decoder FAAD2. It supports several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless decoding as well as MP4 metadata tags. The codecs are compatible with standard-compliant audio applications using one or more of these profiles."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_MAINTAINER="Team LibreELEC (addons@libreelec.tv)"