[Ffmpeg-cvslog] CVS: ffmpeg configure,1.206,1.207
Diego Biurrun CVS
diego
Sun Oct 2 17:47:10 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv10213
Modified Files:
configure
Log Message:
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>
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- configure 27 Sep 2005 08:35:12 -0000 1.206
+++ configure 2 Oct 2005 15:47:08 -0000 1.207
@@ -489,7 +489,7 @@
;;
--enable-libgsm) libgsm="yes"
;;
- --enable-mp3lame) mp3lame="yes"
+ --enable-mp3lame) mp3lame="yes"; extralibs="$extralibs -lmp3lame"
;;
--enable-libogg) libogg="yes"
;;
@@ -501,7 +501,7 @@
;;
--enable-faadbin) faadbin="yes"
;;
- --enable-faac) faac="yes"
+ --enable-faac) faac="yes"; extralibs="$extralibs -lfaac"
;;
--enable-xvid) xvid="yes"
;;
More information about the ffmpeg-cvslog
mailing list