summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-07-14 14:55:12 +0200
committerJens Georg <mail@jensge.org>2016-01-03 15:35:26 +0100
commit3fac7ac8ce0dc9b63e4c4a4d2b09b93c480e10f9 (patch)
tree1e0a809dea10190f5de2137cc93acb10e45caf07 /configure.ac
parent1c6d8856e7680aabb582cfe52c92b56ac4cc74e4 (diff)
downloadrygel-3fac7ac8ce0dc9b63e4c4a4d2b09b93c480e10f9.tar.gz
media-export: Query DVD structure information
Use lsdvd binary and its XML output for this to avoid effective GPL relicensing by using libdvdread explicitly. The output is cached so we only have to do this once ideally.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c71a7017..89557c35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,6 +260,7 @@ AS_IF([test "x$with_media_engine" = "xgstreamer"],
gstreamer-pbutils-1.0 >= $GSTPBU_REQUIRED
libsoup-2.4 >= $LIBSOUP_REQUIRED
sqlite3 >= $LIBSQLITE3_REQUIRED
+ libxml-2.0 >= $LIBXML_REQUIRED
libmediaart-2.0 >= $MEDIAART_REQUIRED])
RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_VALAFLAGS="$RYGEL_COMMON_MODULES_VALAFLAGS --pkg gupnp-dlna-2.0 --pkg gupnp-dlna-gst-2.0 --pkg gstreamer-tag-1.0 --pkg gstreamer-app-1.0 --pkg gstreamer-pbutils-1.0 --pkg sqlite3 --pkg libmediaart-2.0"
AC_SUBST([RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_VALAFLAGS])