[xiph-commits] r18104 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Oct 25 04:15:34 PDT 2011


Author: j
Date: 2011-10-25 04:15:33 -0700 (Tue, 25 Oct 2011)
New Revision: 18104

Modified:
   trunk/ffmpeg2theora/build_ffmpeg.sh
Log:
adjust ffmpeg configure arguments

Modified: trunk/ffmpeg2theora/build_ffmpeg.sh
===================================================================
--- trunk/ffmpeg2theora/build_ffmpeg.sh	2011-10-08 11:13:53 UTC (rev 18103)
+++ trunk/ffmpeg2theora/build_ffmpeg.sh	2011-10-25 11:15:33 UTC (rev 18104)
@@ -2,7 +2,7 @@
 . ./ffmpegrev
 
 
-common="--enable-version2 --enable-gpl --enable-postproc --disable-muxers --disable-encoders --enable-libvorbis"
+common="--enable-gpl --enable-postproc --disable-muxers --disable-encoders --enable-libvorbis"
 common="$common --disable-avconv --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-doc"
 
 #optional, if you have those libs installed(requires GPL3):



More information about the commits mailing list