summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorJoachim Bauch <bauch@struktur.de>2014-09-17 10:38:44 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-10-14 10:48:27 +0200
commit51fc68e196c2fb3d27513e453eaf3b9895409287 (patch)
tree3163e20d44153a6af4cf181482cb00a0986a9f5f /ext/Makefile.am
parent77453c812477de10326b9e6a9088b8bf918d150c (diff)
downloadgstreamer-plugins-bad-51fc68e196c2fb3d27513e453eaf3b9895409287.tar.gz
Integrate libde265 into gst-plugins-bad.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index f39e1ee70..37eece025 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -142,6 +142,12 @@ else
LV2_DIR =
endif
+if USE_LIBDE265
+LIBDE265_DIR = libde265
+else
+LIBDE265_DIR =
+endif
+
# if USE_LIBFAME
# LIBFAME_DIR=libfame
# else
@@ -427,6 +433,7 @@ SUBDIRS=\
$(KATE_DIR) \
$(LADSPA_DIR) \
$(LV2_DIR) \
+ $(LIBDE265_DIR) \
$(LIBFAME_DIR) \
$(LIBMMS_DIR) \
$(LIBVISUAL_DIR) \
@@ -487,6 +494,7 @@ DIST_SUBDIRS = \
hls \
ladspa \
kate \
+ libde265 \
libmms \
libvisual \
lv2 \