summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-15 11:41:26 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-15 11:42:23 +0200
commit96b958291438f86516c7fa45c82d0804e91d35e7 (patch)
tree0bd284cd1affca8658ec4782cae13daef93fccc5 /ext/Makefile.am
parent742f26326fbcb03f14ac29a3532b6afb71dab428 (diff)
downloadgstreamer-plugins-bad-96b958291438f86516c7fa45c82d0804e91d35e7.tar.gz
jasper: Rename from jp2k to jasper
Jasper is not the only JPEG2000 library out there and we might want to add encoders/decoders based on OpenJPEG for example.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index bec8d861c..98809be36 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -130,10 +130,10 @@ else
GSM_DIR=
endif
-if USE_JP2K
-JP2K_DIR = jp2k
+if USE_JASPER
+JASPER_DIR = jasper
else
-JP2K_DIR =
+JASPER_DIR =
endif
if USE_KATE
@@ -385,7 +385,7 @@ SUBDIRS=\
$(GSETTINGS_DIR) \
$(GSM_DIR) \
$(G729_DIR) \
- $(JP2K_DIR) \
+ $(JASPER_DIR) \
$(KATE_DIR) \
$(LADSPA_DIR) \
$(LV2_DIR) \
@@ -441,7 +441,7 @@ DIST_SUBDIRS = \
gsettings \
gsm \
ladspa \
- jp2k \
+ jasper \
kate \
libmms \
lv2 \