mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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.
This commit is contained in:
parent
aa2fab43bd
commit
f79337c714
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue