From 6abf8b71de394c5356ea5ba34218ab5c6d346967 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:56 +0100 Subject: [PATCH] faad2: add autoreconf support Signed-off-by: Stephan Raue --- packages/audio/faad2/build | 2 -- packages/audio/faad2/meta | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/audio/faad2/build b/packages/audio/faad2/build index 67a881f170..a2f7448fd4 100755 --- a/packages/audio/faad2/build +++ b/packages/audio/faad2/build @@ -3,8 +3,6 @@ . config/options $1 cd $PKG_BUILD - -$AUTORECONF ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/audio/faad2/meta b/packages/audio/faad2/meta index 42d2727d00..71eaeb620d 100644 --- a/packages/audio/faad2/meta +++ b/packages/audio/faad2/meta @@ -12,3 +12,5 @@ PKG_SECTION="audio" 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"