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:
authorJean-Luc Peurière <jlp@nerim.net>2008-03-14 12:59:44 +0300
committerJean-Luc Peurière <jlp@nerim.net>2008-03-14 12:59:44 +0300
commit8787ad14a256ab065c7c5fc24b56fd8c511847ba (patch)
treea9e48bd0921260a194093c64ea8a19a50cc80ed3 /config
parenta68a7f42b02ad0260220d94f36ab61c772db071a (diff)
parentea460298bbb1322b990bf737fcd0f77fd535c097 (diff)
update to trunk r14104
blenderbuttons is good and it compiles
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index df4b3235136..e53050645ce 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -4,9 +4,9 @@ LIBDIR = '${LCGDIR}'
# enable ffmpeg support
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 = 'avformat.a avcodec.a avutil.a'
+BF_FFMPEG_INC = '#extern/ffmpeg/include'
+#BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
+#BF_FFMPEG_LIB = 'avformat.a avcodec.a avutil.a'
WITH_BF_VERSE = 'false'
BF_VERSE = "#extern/verse/dist"