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:
authorCampbell Barton <ideasman42@gmail.com>2009-03-31 12:13:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-03-31 12:13:21 +0400
commitf78ee08b67075549551a51227c66f07b505f928b (patch)
tree5bb2aff445e0009e5f970d7db4cc91eef4488d0e /config
parent97af551cb738a6c27bd53acdffd0eba04470f8c6 (diff)
[#18473] SCons build fails when linking blender when WITH_BF_OGG enabled
fix for linking on linux
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 b2f4066e0ed..5bd9a4c8084 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -144,7 +144,7 @@ BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
WITH_BF_OGG = False # -DWITH_OGG
BF_OGG = '/usr'
BF_OGG_INC = '${BF_OGG}/include'
-BF_OGG_LIB = 'ogg vorbis theoraenc theoradec'
+BF_OGG_LIB = 'ogg vorbis vorbisenc theoraenc theoradec'
WITH_BF_OPENJPEG = True
BF_OPENJPEG = '#extern/libopenjpeg'