Kaydet (Commit) 7442cf3c authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Don't fail configure with older gstreamer-plugins-base-0.10

Change-Id: Ia00293747d6041b86975f0e6539246310abfb957
üst a9b7c8ba
...@@ -9348,7 +9348,9 @@ if test "$build_gstreamer_0_10" = "yes"; then ...@@ -9348,7 +9348,9 @@ if test "$build_gstreamer_0_10" = "yes"; then
if test "x$enable_gstreamer_0_10" != "xno"; then if test "x$enable_gstreamer_0_10" != "xno"; then
ENABLE_GSTREAMER_0_10="TRUE" ENABLE_GSTREAMER_0_10="TRUE"
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( GSTREAMER_0_10, gstreamer-0.10 gstreamer-plugins-base-0.10 gstreamer-interfaces-0.10 ) PKG_CHECK_MODULES( [GSTREAMER_0_10], [gstreamer-0.10 gstreamer-plugins-base-0.10 gstreamer-interfaces-0.10],, [
PKG_CHECK_MODULES( [GSTREAMER_0_10], [gstreamer-0.10 gstreamer-plugins-base-0.10] )
])
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment