fixed help display (patch from winfried)
[openjpeg.git] / codec / Makefile.nix
index f80094e328f6c731cd0d96d4e7ce588ab75bb373..129b2a4bac76b85ead161f27f6c7e4d92839f052 100644 (file)
@@ -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)