[Ffmpeg-cvslog] CVS: ffmpeg configure,1.227,1.228
Diego Biurrun CVS
diego
Mon Jan 9 03:00:00 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv23486
Modified Files:
configure
Log Message:
--enable-shared-pp should directly enable pp and not depend on --enable-pp.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- configure 3 Jan 2006 15:40:39 -0000 1.227
+++ configure 9 Jan 2006 01:59:58 -0000 1.228
@@ -494,7 +494,7 @@
;;
--enable-pp) pp="yes"
;;
- --enable-shared-pp) shared_pp="yes"
+ --enable-shared-pp) pp="yes"; shared_pp="yes"
;;
--enable-libgsm) libgsm="yes"
extralibs="$extralibs -lgsm"
More information about the ffmpeg-cvslog
mailing list