From db42c372d6e82d8de61b3967a6229cffd69a2d02 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 5 Dec 2012 10:30:10 +0100 Subject: Change --with-media-engine=none to =simple --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d8946df2..a03f4f9b 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,7 @@ LT_PREREQ([2.2.6]) LT_INIT([dlopen disable-static]) dnl Required versions of library packages +dnl Not all of these are actually used, depending on the configure options. GLIB_REQUIRED=2.31.13 LIBXML_REQUIRED=2.7 VALA_REQUIRED=0.18.0 @@ -67,9 +68,11 @@ PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_REQUIRED) dnl Media engine to use BUILT_ENGINES="librygel-media-engine-simple" +dnl Disabling the gstreamer media_engine also disables +dnl anything else that uses gstreamer. AC_ARG_WITH([media_engine], AS_HELP_STRING( - [--with-media-engine=@<:@gstreamer|none@:>@], + [--with-media-engine=@<:@gstreamer|simple@:>@], [Media Engine to use]), [with_media_engine="$withval"], [with_media_engine="gstreamer"]) -- cgit v1.2.1