提交 672cbd9a 编写于 作者: D Derk-Jan Hartman 提交者: Diego Biurrun

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
上级 495d6cdc
......@@ -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"
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册