summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-06-03 20:20:15 +0200
committerJens Georg <mail@jensge.org>2015-06-22 23:16:26 +0200
commit1e1dc0992211cfccfa3a2214afb1a500589bcc07 (patch)
tree8f89b36eea8e880561a277cfe127dd667d8cc2db /configure.ac
parent63d1c5f2d74efdffb8a7cd970eb28c48f1f18659 (diff)
downloadrygel-1e1dc0992211cfccfa3a2214afb1a500589bcc07.tar.gz
media-export: Extract meta-data in external process
Move GStreamer calls to extract meta-data into own process. This enables us to recover from crashes due to bugs with broken media files, knowing exactly which URI caused the crash and (later) blacklist the broken files. https://bugzilla.gnome.org/show_bug.cgi?id=749790
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 a7955aa6..b7815022 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,6 +182,7 @@ AS_IF([test "x$with_media_engine" = "xgstreamer"],
[
PKG_CHECK_MODULES([RYGEL_PLUGIN_MEDIA_EXPORT_DEPS],
[$RYGEL_COMMON_MODULES gio-2.0 >= $GIO_REQUIRED
+ gio-unix-2.0 >= $GIO_REQUIRED
gupnp-dlna-2.0 >= $GUPNP_DLNA_REQUIRED
gupnp-dlna-gst-2.0 >= $GUPNP_DLNA_REQUIRED
gstreamer-app-1.0 >= $GSTREAMER_APP_REQUIRED