From: Carsten Haitzler (Rasterman) Date: Tue, 24 Dec 2013 14:45:30 +0000 (+0900) Subject: Revert "Quick and dirty fallback to gst 0.10 if 1.0 is not found" X-Git-Tag: v1.9.0-alpha1~331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7f417e68d50906fb1e82cce88af6842735c5603;p=platform%2Fupstream%2Fefl.git Revert "Quick and dirty fallback to gst 0.10 if 1.0 is not found" This reverts commit 5676eb4ef92f87b406a9a91112513d5368ba8df4. --- diff --git a/configure.ac b/configure.ac index 5a51399..0751b39 100644 --- a/configure.ac +++ b/configure.ac @@ -1899,12 +1899,7 @@ if test "${want_gstreamer1}" = "yes" -a "${want_gstreamer}" = "yes"; then fi if test "${want_gstreamer1}" = "yes"; then - PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0],, - [ - AC_MSG_WARN([Asked for GStreamer 1.0, but only 0.10 is available]) - want_gstreamer1="no" - want_gstreamer="yes" - ]) + PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0]) fi if test "${want_gstreamer}" = "yes"; then PKG_CHECK_MODULES([GSTREAMER], [gstreamer-0.10])