summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 042b82e98..26a668672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -413,7 +413,7 @@ dnl Make sure you have a space before and after all plugins
GST_PLUGINS_NONPORTED=" cdxaparse \
dccp faceoverlay \
hdvparse \
- mve mythtv nuvdemux \
+ mve nuvdemux \
patchdetect real \
sdi tta \
videomeasure \
@@ -2433,16 +2433,6 @@ AG_GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [
], [HAVE_MUSEPACK="no"])])
])
-dnl *** MythTV ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_MYTHTV, true)
-AG_GST_CHECK_FEATURE(MYTHTV, [MythTV client plugins], mythtvsrc, [
- PKG_CHECK_MODULES(GMYTH, gmyth >= 0.4 gmyth <= 0.7.99, HAVE_MYTHTV="yes", [
- HAVE_MYTHTV="no"
- ])
- AC_SUBST(GMYTH_CFLAGS)
- AC_SUBST(GMYTH_LIBS)
-])
-
dnl *** nas ***
translit(dnm, m, l) AM_CONDITIONAL(USE_NAS, true)
AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
@@ -3044,7 +3034,6 @@ AM_CONDITIONAL(USE_MPEG2ENC, false)
AM_CONDITIONAL(USE_MPG123, false)
AM_CONDITIONAL(USE_MPLEX, false)
AM_CONDITIONAL(USE_MUSEPACK, false)
-AM_CONDITIONAL(USE_MYTHTV, false)
AM_CONDITIONAL(USE_NAS, false)
AM_CONDITIONAL(USE_NEON, false)
AM_CONDITIONAL(USE_OFA, false)
@@ -3349,7 +3338,6 @@ ext/mpg123/Makefile
ext/mimic/Makefile
ext/mplex/Makefile
ext/musepack/Makefile
-ext/mythtv/Makefile
ext/nas/Makefile
ext/neon/Makefile
ext/ofa/Makefile