[xiph-commits] r16509 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sat Aug 22 19:25:50 PDT 2009


Author: j
Date: 2009-08-22 19:25:50 -0700 (Sat, 22 Aug 2009)
New Revision: 16509

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
update depends on beta3

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2009-08-22 18:29:58 UTC (rev 16508)
+++ trunk/ffmpeg2theora/SConstruct	2009-08-23 02:25:50 UTC (rev 16509)
@@ -107,7 +107,7 @@
    print 'pkg-config >= %s not found.' % pkgconfig_version 
    Exit(1)
 
-XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theoradec >= 1.1.0 theoraenc >= 1.1.0"
+XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theoraenc >= 1.1beta3"
 
 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