[xiph-commits] r16875 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Fri Feb 5 08:07:09 PST 2010


Author: j
Date: 2010-02-05 08:07:09 -0800 (Fri, 05 Feb 2010)
New Revision: 16875

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/SConstruct
Log:
back to svn version

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2010-02-05 15:54:54 UTC (rev 16874)
+++ trunk/ffmpeg2theora/ChangeLog	2010-02-05 16:07:09 UTC (rev 16875)
@@ -1,3 +1,6 @@
+svn
+
+
 0.26 2010-02-05
     - use a/v sync from input container
       this should fix many issues that came up with variable framerate inputs

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2010-02-05 15:54:54 UTC (rev 16874)
+++ trunk/ffmpeg2theora/SConstruct	2010-02-05 16:07:09 UTC (rev 16875)
@@ -10,8 +10,8 @@
     f.close()
     return version
 
-#pkg_version="0.26+svn" + svnversion()
-pkg_version="0.26"
+pkg_version="0.26+svn" + svnversion()
+
 pkg_name="ffmpeg2theora"
 
 scons_version=(0,97,0)



More information about the commits mailing list