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:
Diffstat (limited to 'extern/libopenjpeg/SConscript')
-rw-r--r--extern/libopenjpeg/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/extern/libopenjpeg/SConscript b/extern/libopenjpeg/SConscript
index d14b8329580..a27ac0d13df 100644
--- a/extern/libopenjpeg/SConscript
+++ b/extern/libopenjpeg/SConscript
@@ -6,9 +6,6 @@ Import('env')
sources = env.Glob('*.c')
-# This file contains a main() - can override blenders
-sources.remove('t1_generate_luts.c')
-
incs = '.'
flags = []
defs = []