summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorWinfried <szukw000@arcor.de>2010-10-13 14:49:39 +0000
committerWinfried <szukw000@arcor.de>2010-10-13 14:49:39 +0000
commit03133377fa9abc3738b533160d29f42e0bd9c450 (patch)
treed59e0dc7a13aaaf2d9cd2f0f26f5df326d19a430 /codec
parent106da2f51e7140c6aa8f18c9c66dc30bfdc29ee8 (diff)
Diffstat (limited to 'codec')
-rw-r--r--codec/Makefile.am5
-rw-r--r--codec/Makefile.nix5
2 files changed, 0 insertions, 10 deletions
diff --git a/codec/Makefile.am b/codec/Makefile.am
index b0837fa9..1a3f42bc 100644
--- a/codec/Makefile.am
+++ b/codec/Makefile.am
@@ -2,11 +2,6 @@ COMPILERFLAGS = -Wall
USERLIBS = -lm
INCLUDES = -I.. -I. -I../libopenjpeg
-if with_libjpwl
-USERLIBS += -L../jpwl -lopenjpeg_JPWL
-COMPILERFLAGS += -DUSE_JPWL
-endif
-
if with_libtiff
INCLUDES += @tiffincludes@
USERLIBS += @tifflibs@
diff --git a/codec/Makefile.nix b/codec/Makefile.nix
index f80094e3..129b2a4b 100644
--- a/codec/Makefile.nix
+++ b/codec/Makefile.nix
@@ -13,11 +13,6 @@ INCLUDE += $(TIFF_INCLUDE)
USERLIBS += $(TIFF_LIB)
endif
-ifeq ($(WITH_JPWL),yes)
-USERLIBS += ../jpwl/libopenjpeg_JPWL.a
-CFLAGS += -DUSE_JPWL
-endif
-
ifeq ($(WITH_PNG),yes)
INCLUDE += $(PNG_INCLUDE)
USERLIBS += $(PNG_LIB)