From f79337c7149322440c3c6702a17cfe9ba34e7fcf Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 28 Jul 2014 11:35:24 +0200 Subject: [PATCH] configure: mark support for GStreamer 0.10 as obsolete. Support for GStreamer 0.10 is obsolete. i.e. it is no longer supported and may actually be removed altogether for a future release. There is no real point to maintain a build for such an ancient GStreamer version that is not even supported upstream. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3e36f0f..eaeaba8 100644 --- a/configure.ac +++ b/configure.ac @@ -256,7 +256,7 @@ 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]) + AC_MSG_WARN([support for GStreamer 0.10 is obsolete, and will be removed]) if test "$enable_builtin_videoparsers" = "yes"; then AC_MSG_WARN([disabled built-in videoparsers (unsupported)]) enable_builtin_videoparsers="no" -- 2.7.4