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:
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py2
-rw-r--r--config/sunos5-config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 0b6deab2c8d..91568dc4588 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -100,7 +100,7 @@ BF_QUICKTIME_INC = '${BF_QUICKTIME}/include'
WITH_BF_FFMPEG = 'false' # -DWITH_FFMPEG
BF_FFMPEG = '/usr'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
-BF_FFMPEG_LIBPATH='$(BF_FFMPEG)/lib'
+BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = 'avformat avcodec avutil'
# Mesa Libs should go here if your using them as well....
diff --git a/config/sunos5-config.py b/config/sunos5-config.py
index 50d641cbff9..cf84a68e490 100644
--- a/config/sunos5-config.py
+++ b/config/sunos5-config.py
@@ -107,7 +107,7 @@ BF_QUICKTIME_INC = '${BF_QUICKTIME}/include'
WITH_BF_FFMPEG = 'false' # -DWITH_FFMPEG
BF_FFMPEG = '/usr/local'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
-BF_FFMPEG_LIBPATH='$(BF_FFMPEG)/lib'
+BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = 'avformat avcodec avutil'
# Mesa Libs should go here if your using them as well....