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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-02-22 19:34:27 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-02-22 19:34:27 +0300
commit77779575211d9f6f99cebd2273e6879a78c642fc (patch)
tree20f5abf09925bdefbc97a32665481fdcdd3238b5 /config
parent960e45c42d7afdf48c3ea858e5922653ce10071e (diff)
OSX buildscripts update following ffmpeg precompiled libs update
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index cd4d7ee88e9..b0e6948001b 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -82,7 +82,8 @@ WITH_BF_FFMPEG = True # -DWITH_FFMPEG
BF_FFMPEG = LIBDIR + '/ffmpeg'
BF_FFMPEG_INC = "${BF_FFMPEG}/include"
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore'
+BF_FFMPEG_LIB = 'avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore theora theoradec theoraenc vorbis vorbisenc vorbisfile ogg bz2'
+#bz2 is a standard osx dynlib
# python 3.1 uses precompiled libraries in bf svn /lib by default
BF_PYTHON_VERSION = '3.1'