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-23 21:16:13 +0400
committerPeter Schlaile <peter@schlaile.de>2007-09-23 21:16:13 +0400
commit3596175859ba2c90a8e6838e7bb401ca713274c3 (patch)
treee75bcf4146b64cee6cb18cd97c6d6abd3491ff9d /config
parentae59f0aa8f758eb97b42a880f8bccab3fdb27560 (diff)
== Sequencer / FFMPEG ==
Updated to latest FFMPEG-version, which uses new swscaler.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index edc7f26c690..90fe74cee6b 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -119,7 +119,7 @@ WITH_BF_FFMPEG = 'false' # -DWITH_FFMPEG
BF_FFMPEG = '/usr'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avformat avcodec avutil'
+BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL = 'false'