[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26894] trunk/blender/config/linux2-config .py: == FFMPEG ==

Peter Schlaile peter at schlaile.de
Sun Feb 14 19:52:29 CET 2010


Revision: 26894
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26894
Author:   schlaile
Date:     2010-02-14 19:52:27 +0100 (Sun, 14 Feb 2010)

Log Message:
-----------
== FFMPEG ==

Made using system's ffmpeg the default now. (First step in removing
ffmpeg from extern)

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2010-02-14 18:05:58 UTC (rev 26893)
+++ trunk/blender/config/linux2-config.py	2010-02-14 18:52:27 UTC (rev 26894)
@@ -110,11 +110,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 avdevice'
+BF_FFMPEG = '/usr'
+BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice'
 BF_FFMPEG_INC = '${BF_FFMPEG}'
 BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
 





More information about the Bf-blender-cvs mailing list