mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
build: mention that support for GStreamer 0.10 is deprecated.
This commit is contained in:
parent
700fd242cc
commit
1175ecb412
2 changed files with 2 additions and 1 deletions
2
README
2
README
|
@ -64,7 +64,7 @@ Requirements
|
||||||
|
|
||||||
Software requirements
|
Software requirements
|
||||||
|
|
||||||
* GStreamer 0.10.x:
|
* GStreamer 0.10.x [DEPRECATED]:
|
||||||
libglib2.0-dev (>= 2.28)
|
libglib2.0-dev (>= 2.28)
|
||||||
libgstreamer0.10-dev (>= 0.10.36)
|
libgstreamer0.10-dev (>= 0.10.36)
|
||||||
or with GstBaseSink::query()
|
or with GstBaseSink::query()
|
||||||
|
|
|
@ -256,6 +256,7 @@ AC_SUBST([GST_PKG_VERSION])
|
||||||
|
|
||||||
dnl Validate certain features
|
dnl Validate certain features
|
||||||
if test "$USE_GST_API_0_10" = "yes"; then
|
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
|
if test "$enable_builtin_videoparsers" = "yes"; then
|
||||||
AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
|
AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
|
||||||
enable_builtin_videoparsers="no"
|
enable_builtin_videoparsers="no"
|
||||||
|
|
Loading…
Reference in a new issue