[xiph-commits] r17183 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Apr 29 00:28:06 PDT 2010


Author: j
Date: 2010-04-29 00:28:06 -0700 (Thu, 29 Apr 2010)
New Revision: 17183

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
AVColorPrimaries was introduced in avcodec.h by commit
 3cca3c3b22c13ba5794523b982a94dcb43277f59 in ffmpeg:
add version to libavcodec check.
libavcodec >= 52.30.0 will have AVColorPrimaries



Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2010-04-29 03:48:32 UTC (rev 17182)
+++ trunk/ffmpeg2theora/SConstruct	2010-04-29 07:28:06 UTC (rev 17183)
@@ -136,7 +136,7 @@
   Exit(1) 
 ParsePKGConfig(env, XIPH_LIBS)
 
-FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale"
+FFMPEG_LIBS="libavcodec >= 52.30.0 libavformat libavdevice libpostproc libswscale"
 if os.path.exists("./ffmpeg"):
   os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '')
 if not conf.CheckPKG(FFMPEG_LIBS): 



More information about the commits mailing list