Commit 9b669dd0 authored by diego's avatar diego

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>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4625 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41aa4f49
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment