You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/blender/files/blender-2.49a-sys-openjpeg....

12 lines
452 B

--- blender/tools/Blender.py.orig 2009-06-16 14:57:16.000000000 +0200
+++ blender/tools/Blender.py 2009-07-02 15:53:49.000000000 +0200
@@ -170,6 +170,8 @@
if lenv['WITH_BF_OPENAL']:
if not lenv['WITH_BF_STATICOPENAL']:
syslibs += Split(lenv['BF_OPENAL_LIB'])
+ if lenv['WITH_BF_OPENJPEG']:
+ syslibs += Split(lenv['BF_OPENJPEG_LIB'])
if lenv['WITH_BF_OPENMP'] and lenv['CC'] != 'icc':
if lenv['CC'] == 'cl.exe':
syslibs += ['vcomp']