summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-05-12 12:32:33 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-05-12 12:32:33 +0000
commit445ad18d65156b57e694c7cc9c66dcdf26056166 (patch)
tree2d14a8b821bf06ef90442c3f1b5c53459345cd7c /configure
parentaea22133c47a90fe26482df46634d89a2c543ad5 (diff)
* link libfaad when needed
Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index ce0e0ac2e2..3ff80a5436 100755
--- a/configure
+++ b/configure
@@ -297,6 +297,10 @@ for opt do
;;
--enable-vorbis) vorbis="yes"
;;
+ --enable-faad) faad="yes"
+ ;;
+ --enable-faadbin) faadbin="yes"
+ ;;
--disable-vhook) vhook="no"
;;
--disable-simple_idct) simpleidct="no"
@@ -654,6 +658,8 @@ echo "gprof enabled $gprof"
echo "zlib enabled $zlib"
echo "mp3lame enabled $mp3lame"
echo "vorbis enabled $vorbis"
+echo "faad enabled $faad"
+echo "faadbin enabled $faadbin"
echo "a52 support $a52"
echo "a52 dlopened $a52bin"
echo "pp support $pp"
@@ -852,6 +858,7 @@ fi
if test "$faadbin" = "yes" ; then
echo "#define CONFIG_FAADBIN 1" >> $TMPH
+ echo "CONFIG_FAADBIN=yes" >> config.mak
fi
if test "$win32" = "yes" ; then