Revert "Quick and dirty fallback to gst 0.10 if 1.0 is not found"

This reverts commit 5676eb4ef9.
This commit is contained in:
Carsten Haitzler 2013-12-24 23:45:30 +09:00
parent 5676eb4ef9
commit a7f417e68d
1 changed files with 1 additions and 6 deletions

View File

@ -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])