[xiph-commits] r16444 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Aug 6 12:59:26 PDT 2009


Author: j
Date: 2009-08-06 12:59:26 -0700 (Thu, 06 Aug 2009)
New Revision: 16444

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
depend on beta3

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2009-08-06 01:43:12 UTC (rev 16443)
+++ trunk/ffmpeg2theora/SConstruct	2009-08-06 19:59:26 UTC (rev 16444)
@@ -107,7 +107,7 @@
    print 'pkg-config >= %s not found.' % pkgconfig_version 
    Exit(1)
 
-XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theoradec >= 1.1alpha3 theoraenc >= 1.1alpha3"
+XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theoradec >= 1.1beta1 theoraenc >= 1.1beta1"
 
 if not conf.CheckPKG(XIPH_LIBS): 
   print 'some xiph libs are missing, ffmpeg2theora depends on %s' % XIPH_LIBS



More information about the commits mailing list