[xiph-commits] r15761 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Fri Mar 13 06:55:09 PDT 2009


Author: j
Date: 2009-03-13 06:55:08 -0700 (Fri, 13 Mar 2009)
New Revision: 15761

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/SConstruct
   trunk/ffmpeg2theora/ffmpegrev
   trunk/ffmpeg2theora/get_ffmpeg_svn.sh
Log:
new version of ffmpeg2theora

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2009-03-12 02:04:02 UTC (rev 15760)
+++ trunk/ffmpeg2theora/ChangeLog	2009-03-13 13:55:08 UTC (rev 15761)
@@ -1,4 +1,4 @@
-0.24 2009-03-??
+0.24 2009-03-12
     - fix to make --max_size --no_upscaling work
     - pad image with black instead of green
     - long option for -p is --preset now

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2009-03-12 02:04:02 UTC (rev 15760)
+++ trunk/ffmpeg2theora/SConstruct	2009-03-13 13:55:08 UTC (rev 15761)
@@ -5,7 +5,7 @@
 import SCons
 
 
-pkg_version="0.23"
+pkg_version="0.24"
 pkg_name="ffmpeg2theora"
 
 scons_version=(0,97,0)

Modified: trunk/ffmpeg2theora/ffmpegrev
===================================================================
--- trunk/ffmpeg2theora/ffmpegrev	2009-03-12 02:04:02 UTC (rev 15760)
+++ trunk/ffmpeg2theora/ffmpegrev	2009-03-13 13:55:08 UTC (rev 15761)
@@ -1,4 +1,4 @@
-FFMPEG_REVISION=17754
+FFMPEG_REVISION=17942
 FFMPEG_CO_DIR=ffmpeg
 FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.5
 # Because ffmpeg checks out libswscale via an svn:externals, checking

Modified: trunk/ffmpeg2theora/get_ffmpeg_svn.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2009-03-12 02:04:02 UTC (rev 15760)
+++ trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2009-03-13 13:55:08 UTC (rev 15761)
@@ -5,7 +5,7 @@
 #extra=" --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
 
 #apt-get install liba52-dev libfaad-dev libgsm1-dev
-#extra=" --enable-liba52 --enable-libfaad --enable-libgsm"
+#extra=" --enable-libfaad --enable-libgsm"
 
 common="--enable-gpl --enable-swscale --enable-postproc --disable-encoders --enable-libvorbis"
 



More information about the commits mailing list