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 11:19:10 +0400
committerPeter Schlaile <peter@schlaile.de>2007-09-27 11:19:10 +0400
commit637a22bcc37f7da13e683555a6f6468e03cd4656 (patch)
tree907513673a837b22cf886b1fcaea411e2ff6a8e8 /config
parent5a9273dad1d8fd728d7740def4397203e2091121 (diff)
== FFMPEG ==
Another fix for external ffmpeg building.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 38af4de4ac7..4bf7e755c49 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -117,12 +117,12 @@ BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
# enable ffmpeg support
WITH_BF_FFMPEG = 'true' # -DWITH_FFMPEG
BF_FFMPEG = '#extern/ffmpeg'
-BF_FFMPEG_INC = '${BF_FFMPEG}/include'
-BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = ''
# Uncomment the following two lines to use system's ffmpeg
-# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
# BF_FFMPEG = '/usr'
+# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+BF_FFMPEG_INC = '${BF_FFMPEG}/include'
+BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL = 'false'