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:
authorJoerg Mueller <nexyon@gmail.com>2010-02-18 18:59:20 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-02-18 18:59:20 +0300
commitb896a007ea2475e0b81985d996c75e1204d70137 (patch)
tree55634c085b01f3991c10f48c3cd27bcd35309ebe /config
parent007374170b46c3f677b3c39d1af9736f497d5811 (diff)
Scons fixes:
- Removing alut - Minor changes in linux ffmpeg default config.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index ef5ff0d2b4d..53cad76d612 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -110,12 +110,9 @@ WITH_BF_BINRELOC = True
# enable ffmpeg support
WITH_BF_FFMPEG = True # -DWITH_FFMPEG
-# 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_INC = '${BF_FFMPEG}'
+BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
# enable ogg, vorbis and theora in ffmpeg