mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure: disable encoders with GStreamer 0.10.
Don't try to build video encoders for GStreamer 0.10. Support code is not there yet, and probably will never for such an ancient version.
This commit is contained in:
parent
207264abc4
commit
98fa9e7d59
1 changed files with 5 additions and 0 deletions
|
@ -722,6 +722,11 @@ if test "$enable_encoders" = "yes"; then
|
|||
])
|
||||
CPPFLAGS="$saved_CPPFLAGS"
|
||||
fi
|
||||
|
||||
if test "$USE_GST_API_1_0p" != "yes"; then
|
||||
AC_MSG_WARN([GStreamer API < 1.0, disabling encoders])
|
||||
USE_ENCODERS=0
|
||||
fi
|
||||
fi
|
||||
|
||||
dnl VA/Wayland API
|
||||
|
|
Loading…
Reference in a new issue