configure: disable encoders with GStreamer 0.10.

Don't try to build video encoders for GStreamer 0.10. Support code is
not there yet, and probably will never for such an ancient version.
This commit is contained in:
Gwenole Beauchesne 2013-11-26 17:56:59 +01:00
parent 207264abc4
commit 98fa9e7d59

View file

@ -722,6 +722,11 @@ if test "$enable_encoders" = "yes"; then
])
CPPFLAGS="$saved_CPPFLAGS"
fi
if test "$USE_GST_API_1_0p" != "yes"; then
AC_MSG_WARN([GStreamer API < 1.0, disabling encoders])
USE_ENCODERS=0
fi
fi
dnl VA/Wayland API