mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
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:
parent
495d6cdcfd
commit
672cbd9aa8
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user