From f78ee08b67075549551a51227c66f07b505f928b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 Mar 2009 08:13:21 +0000 Subject: [#18473] SCons build fails when linking blender when WITH_BF_OGG enabled fix for linking on linux --- config/linux2-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3