summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-07-28 11:39:11 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-07-28 11:39:11 +0200
commita6737ad43a09ecece53912c3e7dfdd672fa36c49 (patch)
treea4aff2fba6d1fd1159041b808316eeb52bbe6d2e /configure.ac
parentf79337c7149322440c3c6702a17cfe9ba34e7fcf (diff)
configure: mark support for GStreamer < 1.2 as deprecated.
Supporting anything thing below GStreamer 1.2 is asking for trouble for keeping up with the required facilities to make efficient pipelines. Users are invited to upgrade to the very latest GStreamer 1.2.x release, at the minimum.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eaeaba8a..8e88ab06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,8 @@ if test "$USE_GST_API_0_10" = "yes"; then
AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
enable_builtin_videoparsers="no"
fi
+elif test "$USE_GST_API_1_2p" != "yes"; then
+ AC_MSG_WARN([support for GStreamer < 1.2 is deprecated, please upgrade])
fi
dnl GStreamer Core