build: mention that support for GStreamer 0.10 is deprecated.

This commit is contained in:
Gwenole Beauchesne 2014-07-03 19:42:02 +02:00
parent 700fd242cc
commit 1175ecb412
2 changed files with 2 additions and 1 deletions

2
README
View file

@ -64,7 +64,7 @@ Requirements
Software requirements
* GStreamer 0.10.x:
* GStreamer 0.10.x [DEPRECATED]:
libglib2.0-dev (>= 2.28)
libgstreamer0.10-dev (>= 0.10.36)
or with GstBaseSink::query()

View file

@ -256,6 +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])
if test "$enable_builtin_videoparsers" = "yes"; then
AC_MSG_WARN([disabled built-in videoparsers (unsupported)])
enable_builtin_videoparsers="no"