[Ffmpeg-cvslog] CVS: ffmpeg configure,1.207,1.208

Diego Biurrun CVS diego
Sun Oct 2 18:12:05 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv32111

Modified Files:
	configure 
Log Message:
Add all possible shared libraries to the pkg-config files.
patch by j -- at -- v2v -- dot -- cc


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- configure	2 Oct 2005 15:47:08 -0000	1.207
+++ configure	2 Oct 2005 16:12:03 -0000	1.208
@@ -1773,10 +1773,15 @@
 lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
 
 requires=
+test "$dc1394" = "yes" && extralibs="$extralibs -ldc1394_control" && requires="$requires libraw1394"
+test "$libgsm" = "yes" && extralibs="$extralibs -lgsm"
 test "$libogg" = "yes" && requires="$requires ogg >= 1.1"
 test "$vorbis" = "yes" && requires="$requires vorbis"
+test "$mp3lame" = "yes" && extralibs="$extralibs -lmp3lame"
 test "$theora" = "yes" && requires="$requires theora"
 test "$faad" = "yes" && test "$faadbin" = "no" && extralibs="$extralibs -lfaad"
+test "$faac" = "yes" && extralibs="$extralibs -lfaac"
+test "$xvid" = "yes" && extralibs="$extralibs -lxvidcore"
 
 # libavutil.pc
 cat <<EOF >libavutil.pc





More information about the ffmpeg-cvslog mailing list