[xiph-commits] r10799 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sat Feb 11 09:29:07 PST 2006


Author: j
Date: 2006-02-11 09:29:04 -0800 (Sat, 11 Feb 2006)
New Revision: 10799

Modified:
   trunk/ffmpeg2theora/get_ffmpeg_cvs.sh
Log:
move dts to extra

Modified: trunk/ffmpeg2theora/get_ffmpeg_cvs.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_cvs.sh	2006-02-11 15:39:43 UTC (rev 10798)
+++ trunk/ffmpeg2theora/get_ffmpeg_cvs.sh	2006-02-11 17:29:04 UTC (rev 10799)
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 #optional, if you have the libs installed:
-#extra="--enable-faad --enable-libgsm --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
+#extra="--enable-faad --enable-libgsm --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2 --enable-dts"
 
-common="--enable-libogg --enable-theora --enable-a52 --enable-dts --enable-gpl --disable-encoders"
+common="--enable-libogg --enable-theora --enable-a52 --enable-gpl --disable-encoders"
 
 #linux
 options="$common --enable-pthreads $extra"



More information about the commits mailing list