[xiph-commits] r17926 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Apr 19 01:54:26 PDT 2011


Author: j
Date: 2011-04-19 01:54:26 -0700 (Tue, 19 Apr 2011)
New Revision: 17926

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
add libavutil

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2011-04-18 13:30:14 UTC (rev 17925)
+++ trunk/ffmpeg2theora/SConstruct	2011-04-19 08:54:26 UTC (rev 17926)
@@ -142,6 +142,7 @@
     "libavcodec >= 52.30.0",
     "libpostproc",
     "libswscale",
+    "libavutil",
 ]
 if os.path.exists("./ffmpeg"):
   pkg_path = list(set(map(os.path.dirname, glob('./ffmpeg/*/*.pc'))))



More information about the commits mailing list