summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-05-21 12:42:05 +0200
committerJens Georg <mail@jensge.org>2016-05-21 13:11:40 +0200
commit6d71bc32f1905b047825c463389054b95457588e (patch)
tree4ac316e2e2dd622272301e6087022eb756fc57ad /configure.ac
parent1832c6c6c4fdc85d336823849ff7884a9f3bd72b (diff)
downloadrygel-6d71bc32f1905b047825c463389054b95457588e.tar.gz
mediathek: Remove plugin
The RSS items don't work anymore, always return 404. Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 88fba8ce..4f6327cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,16 +220,6 @@ AS_IF([test "x$enable_mpris_plugin" = "xyes"],
PKG_CHECK_MODULES([RYGEL_PLUGIN_MPRIS_DEPS], [$RYGEL_COMMON_MODULES gio-2.0 >= $GIO_REQUIRED])
])
-RYGEL_ADD_PLUGIN([mediathek],[ZDF Mediathek],[no])
-AS_IF([test "x$enable_mediathek_plugin" = "xyes"],
- [
- PKG_CHECK_MODULES([RYGEL_PLUGIN_MEDIATHEK_DEPS],
- [$RYGEL_COMMON_MODULES
- gio-2.0 >= $GIO_REQUIRED
- libsoup-2.4 >= $LIBSOUP_REQUIRED
- libxml-2.0 >= $LIBXML_REQUIRED])
- ])
-
RYGEL_ADD_PLUGIN([ruih],[Ruih],[yes])
AS_IF([test "x$enable_ruih_plugin" = "xyes"],
[
@@ -582,7 +572,6 @@ echo "
examples: ${enable_example_plugins}
tracker: ${enable_tracker_plugin}
version: ${tracker_api_version}
- mediathek: ${enable_mediathek_plugin}
media-export ${enable_media_export_plugin}
lightmediascanner ${enable_lms_plugin}
external: ${enable_external_plugin}