Revision: 44415
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44415
Author:   jensverwiebe
Date:     2012-02-24 18:31:09 +0000 (Fri, 24 Feb 2012)
Log Message:
-----------
OSX: set ffmpeg back in darwin-config according librenaming

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-24 
18:23:53 UTC (rev 44414)
+++ trunk/blender/build_files/scons/config/darwin-config.py     2012-02-24 
18:31:09 UTC (rev 44415)
@@ -102,7 +102,7 @@
 
 # enable ffmpeg  support
 WITH_BF_FFMPEG = True  # -DWITH_FFMPEG
-BF_FFMPEG = LIBDIR + '/ffmpeg_0.10'
+BF_FFMPEG = LIBDIR + '/ffmpeg'
 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'

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to