plugins: expose I420 format for interop with SW elements.
[platform/upstream/gstreamer-vaapi.git] / configure.ac
index e383de4..3e36f0f 100644 (file)
@@ -254,6 +254,15 @@ if test "$USE_GST_API_1_2p" = "yes"; then
 fi
 AC_SUBST([GST_PKG_VERSION])
 
+dnl Validate certain features
+if test "$USE_GST_API_0_10" = "yes"; then
+    AC_MSG_WARN([support for GStreamer 0.10 is deprecated, and will be removed])
+    if test "$enable_builtin_videoparsers" = "yes"; then
+        AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
+        enable_builtin_videoparsers="no"
+    fi
+fi
+
 dnl GStreamer Core
 PKG_CHECK_MODULES([GST],
     [gstreamer-$GST_PKG_VERSION >= $GST_VERSION_REQUIRED])