summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-18 14:07:07 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-18 14:35:49 +0200
commit6fb5a9b716a277826648519882542b0dee0694ac (patch)
tree4f2c57b8c8b8acb33d11fa72ba7e16cce06e2954 /ext/Makefile.am
parentebb99f27acf1c79845c0dd97e877cd9e43e4808f (diff)
downloadgstreamer-plugins-bad-6fb5a9b716a277826648519882542b0dee0694ac.tar.gz
eglglessink: Integrate into the build system
Conflicts: ext/Makefile.am
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 74b7b0ecf..68c347ecf 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -88,6 +88,12 @@ else
DTS_DIR=
endif
+if USE_EGLGLES
+EGLGLES_DIR=eglgles
+else
+EGLGLES_DIR=
+endif
+
if USE_RESINDVD
RESINDVD_DIR = resindvd
else
@@ -379,6 +385,7 @@ SUBDIRS=\
$(WAYLAND_DIR) \
$(DTS_DIR) \
$(RESINDVD_DIR) \
+ $(EGLGLES_DIR) \
$(FAAC_DIR) \
$(FAAD_DIR) \
$(FLITE_DIR) \
@@ -446,6 +453,7 @@ DIST_SUBDIRS = \
libmms \
lv2 \
dts \
+ eglgles \
modplug \
mimic \
mpeg2enc \