Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Schlaile <peter@schlaile.de>2007-09-27 10:53:21 +0400
committerPeter Schlaile <peter@schlaile.de>2007-09-27 10:53:21 +0400
commit41989bf1a770cbc54500f03bb2a6a80279b5153b (patch)
tree4c6398758533eb9ee86009b5be49f574cb63c65b /config
parentfb44c5825ea7bb0dbc8bb324658877e00e5cbc80 (diff)
== FFMPEG ==
Minor fix for using system's ffmpeg.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 863885dc0bd..38af4de4ac7 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -120,8 +120,9 @@ BF_FFMPEG = '#extern/ffmpeg'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = ''
-# Uncomment the following line to use external ffmpeg
+# Uncomment the following two lines to use system's ffmpeg
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+# BF_FFMPEG = '/usr'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL = 'false'