summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-01-18 17:10:37 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-01-18 17:15:00 +0000
commite694bddf565f1ceb06a36941ad33d5a9f2f339d3 (patch)
tree9b3d592422259f3b01820ba3e7fecfa92285f13a /ext/Makefile.am
parent174ea7af7b5bdd512574a16d9725030e5e783136 (diff)
downloadgstreamer-plugins-bad-e694bddf565f1ceb06a36941ad33d5a9f2f339d3.tar.gz
Remove libgmyth-based MythTV source element which was never ported
gmyth seems to be unmaintained upstream, and no one has asked for this to be ported for a very long time, so let's just remove it. Neither debian nor Fedora seem to ship libgmyth any longer, and in any case it's most likely deprecated by the UPnP support in MythTV.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 273758e7b..43cb5a89d 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -208,12 +208,6 @@ else
MUSEPACK_DIR=
endif
-if USE_MYTHTV
-MYTHTV_DIR=mythtv
-else
-MYTHTV_DIR=
-endif
-
if USE_NAS
NAS_DIR=nas
else
@@ -456,7 +450,6 @@ SUBDIRS=\
$(MIMIC_DIR) \
$(MPLEX_DIR) \
$(MUSEPACK_DIR) \
- $(MYTHTV_DIR) \
$(NAS_DIR) \
$(NEON_DIR) \
$(OFA_DIR) \
@@ -522,7 +515,6 @@ DIST_SUBDIRS = \
mpg123 \
mplex \
musepack \
- mythtv \
nas \
neon \
ofa \