mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 01:54:11 +00:00
ttml: Hide behind --enable-experimental
The elements are autoplugged and currently assert on invalid streams.
This commit is contained in:
parent
b957c336e5
commit
c7192f0450
1 changed files with 7 additions and 5 deletions
12
configure.ac
12
configure.ac
|
@ -2497,11 +2497,13 @@ AG_GST_CHECK_FEATURE(DTLS, [DTLS plugin], dtls, [
|
|||
dnl *** ttml ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_TTML, true)
|
||||
AG_GST_CHECK_FEATURE(TTML, [TTML plugin], ttml, [
|
||||
PKG_CHECK_MODULES(TTML, [ libxml-2.0 >= 2.9.2 pango cairo pangocairo ], [
|
||||
HAVE_TTML="yes"
|
||||
], [
|
||||
HAVE_TTML="no"
|
||||
])
|
||||
if test "x$BUILD_EXPERIMENTAL" = "xyes"; then
|
||||
PKG_CHECK_MODULES(TTML, [ libxml-2.0 >= 2.9.2 pango cairo pangocairo ], [
|
||||
HAVE_TTML="yes"
|
||||
], [
|
||||
HAVE_TTML="no"
|
||||
])
|
||||
fi
|
||||
])
|
||||
|
||||
dnl *** linsys ***
|
||||
|
|
Loading…
Reference in a new issue