[xiph-commits] r10701 - trunk/ffmpeg2theora

giles at svn.xiph.org giles at svn.xiph.org
Sat Jan 7 21:58:31 PST 2006


Author: giles
Date: 2006-01-07 21:58:30 -0800 (Sat, 07 Jan 2006)
New Revision: 10701

Modified:
   trunk/ffmpeg2theora/get_ffmpeg_cvs.sh
Log:
Update the ffmpeg configure options for current cvs. Still doesn't build 
though.


Modified: trunk/ffmpeg2theora/get_ffmpeg_cvs.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_cvs.sh	2006-01-08 05:49:14 UTC (rev 10700)
+++ trunk/ffmpeg2theora/get_ffmpeg_cvs.sh	2006-01-08 05:58:30 UTC (rev 10701)
@@ -4,5 +4,5 @@
 #extra="--enable-faad --enable-dts --enable-libgsm --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
 
 cvs -z3 -d:pserver:anonymous at cvs.mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
-cd ffmpeg && ./configure --enable-libogg --enable-theora --enable-a52 --enable-pthreads --enable-gpl --disable-encoders  --disable-muxes $extra && make
+cd ffmpeg && ./configure --enable-libogg --enable-theora --enable-a52 --enable-pthreads --enable-gpl --disable-encoders  --disable-muxers $extra && make
 make 



More information about the commits mailing list