[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44102] trunk/blender/build_files/scons/ config/darwin-config.py: OSX: to make transition for mediaimports to ffmpeg reliable, ffmpeg_0. 10 is mandatory

jens verwiebe info at jensverwiebe.de
Tue Feb 14 08:47:40 CET 2012


Revision: 44102
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44102
Author:   jensverwiebe
Date:     2012-02-14 07:47:29 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
OSX: to make transition for mediaimports to ffmpeg reliable, ffmpeg_0.10 is mandatory

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2012-02-14 00:55:01 UTC (rev 44101)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2012-02-14 07:47:29 UTC (rev 44102)
@@ -99,7 +99,7 @@
 
 # enable ffmpeg  support
 WITH_BF_FFMPEG = True  # -DWITH_FFMPEG
-BF_FFMPEG = LIBDIR + '/ffmpeg'
+BF_FFMPEG = LIBDIR + '/ffmpeg_0.10'
 BF_FFMPEG_INC = "${BF_FFMPEG}/include"
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
 BF_FFMPEG_LIB = 'avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore theora theoradec theoraenc vorbis vorbisenc vorbisfile ogg bz2'




More information about the Bf-blender-cvs mailing list