Add the flags for faac and mp3lame to $extralibs in configure, so they

are reported in the pkg-config of libavcodec.
patch by Derk-Jan Hartman <d.hartman - at - student - dot - utwente - dot - nl>

Originally committed as revision 4625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Derk-Jan Hartman 2005-10-02 15:47:08 +00:00 committed by Diego Biurrun
parent 495d6cdcfd
commit 672cbd9aa8
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -489,7 +489,7 @@ for opt do
;;
--enable-libgsm) libgsm="yes"
;;
--enable-mp3lame) mp3lame="yes"
--enable-mp3lame) mp3lame="yes"; extralibs="$extralibs -lmp3lame"
;;
--enable-libogg) libogg="yes"
;;
@ -501,7 +501,7 @@ for opt do
;;
--enable-faadbin) faadbin="yes"
;;
--enable-faac) faac="yes"
--enable-faac) faac="yes"; extralibs="$extralibs -lfaac"
;;
--enable-xvid) xvid="yes"
;;