Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2266126927cb5f5657880b7ea2027595 > files > 18

blender-2.47-2.1mdv2009.0.src.rpm

--- blender-20080314/config/linux2-config.py.buildfix	2008-01-29 20:25:10.000000000 +0100
+++ blender-20080314/config/linux2-config.py	2008-03-14 14:33:16.000000000 +0100
@@ -122,11 +128,11 @@
 
 # enable ffmpeg  support
 WITH_BF_FFMPEG = 'true'  # -DWITH_FFMPEG
-BF_FFMPEG = '#extern/ffmpeg'
-BF_FFMPEG_LIB = ''
+#BF_FFMPEG = '#extern/ffmpeg'
+#BF_FFMPEG_LIB = ''
 # Uncomment the following two lines to use system's ffmpeg
-# BF_FFMPEG = '/usr'
-# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+BF_FFMPEG = '/usr'
+BF_FFMPEG_LIB = 'avformat avcodec avutil'
 BF_FFMPEG_INC = '${BF_FFMPEG}/include'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'