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>2008-12-23 23:13:31 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-23 23:13:31 +0300
commiteb186d18dcf19a8410238d542b31ffdd7beb991e (patch)
tree9419f2a14c09a34596e0ae4c8a2ada71ff15e303 /extern/libopenjpeg
parentb38f6e7d184c6226de34bde375aa1ce5332c7665 (diff)
2.5 / SCons
Blender builds and links on Linux. For now without BGE and its player, but that will come. Priorities are still a mess, so expect more commits soon.
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 837701eeae0..decdd8b5a3d 100644
--- a/extern/libopenjpeg/SConscript
+++ b/extern/libopenjpeg/SConscript
@@ -20,5 +20,5 @@ if not env['OURPLATFORM'] == 'win32-vc':
oj_env.BlenderLib ( libname='extern_openjpeg',
sources=sources, includes=Split(incs),
defines=[],
- libtype=['core','intern','player'],
- priority=[10, 10, 300], compileflags = flags)
+ libtype=['extern'],
+ priority=[10], compileflags = flags)