From 1f348a72aa0987bbb6eec5b95b7c12270b07e305 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 18 Jun 2009 13:59:17 +0300 Subject: [PATCH] core: Require GStreamer >= 0.10.23 Without that gstreamer, video transcoding will not work. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a09c4b..32d5bfa 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ GUPNP_AV_REQUIRED=0.4 GUPNP_VALA_REQUIRED=0.5.3 GCONF_REQUIRED=2.16 DBUS_GLIB_REQUIRED=0.74 -GSTREAMER_REQUIRED=0.10.22 +GSTREAMER_REQUIRED=0.10.23 GIO_REQUIRED=2.16 GEE_REQUIRED=0.1.5 UUID_REQUIRED=1.41.3 -- 2.7.4