Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 6429d3771c5fde9c896839f68446c7ba > files > 1

ffmpeg2theora-0.24-3mdv2010.0.src.rpm

diff -p -up ffmpeg2theora-0.22/SConstruct~ ffmpeg2theora-0.22/SConstruct
--- ffmpeg2theora-0.22/SConstruct~	2008-10-10 17:59:07.000000000 +0200
+++ ffmpeg2theora-0.22/SConstruct	2008-10-25 11:51:05.000000000 +0200
@@ -99,7 +99,7 @@ if not conf.CheckPKGConfig(pkgconfig_ver
    print 'pkg-config >= %s not found.' % pkgconfig_version 
    Exit(1)
 
-XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theora >= 1.0beta1"
+XIPH_LIBS="ogg >= 1.1 vorbis vorbisenc theora "
 
 if not conf.CheckPKG(XIPH_LIBS): 
   print 'some xiph libs are missing, ffmpeg2theora depends on %s' % XIPH_LIBS