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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-09-05 05:58:02 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-09-05 05:58:02 +0400
commit9216efcba2a5c62b081872da3fbd9c59524685bf (patch)
tree94dd2807542825330f7c28925ca767121fd787cd /extern/libopenjpeg
parentfc8ba755bd1f9171064528761934e11ca43918ce (diff)
== SCons ==
* bring back 'player' libtype, after investigation with ideasman. scons/mingw works nicely, for some reason msvc fails to link still, will look further into it.
Diffstat (limited to 'extern/libopenjpeg')
-rw-r--r--extern/libopenjpeg/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/libopenjpeg/SConscript b/extern/libopenjpeg/SConscript
index 693fee15c91..da661739783 100644
--- a/extern/libopenjpeg/SConscript
+++ b/extern/libopenjpeg/SConscript
@@ -24,5 +24,5 @@ if not env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
oj_env.BlenderLib ( libname='extern_openjpeg',
sources=sources, includes=Split(incs),
defines=defs,
- libtype=['extern'],
- priority=[10], compileflags = flags)
+ libtype=['extern','player'],
+ priority=[10,185], compileflags = flags)