mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
This commit is contained in:
parent
8da323b63d
commit
ac90f9d520
1 changed files with 6 additions and 6 deletions
12
configure.ac
12
configure.ac
|
@ -844,12 +844,12 @@ AC_SUBST(MAD_LIBS)
|
|||
|
||||
dnl *** matroska ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_MATROSKA, true)
|
||||
#GST_CHECK_FEATURE(MATROSKA, [matroska muxer/demuxer], matroska muxer/demuxer, [
|
||||
# PATH_EBML([HAVE_MATROSKA=yes], [HAVE_MATROSKA=no])
|
||||
# if test x$HAVE_MATROSKA = xyes; then
|
||||
# PATH_MATROSKA(0.4.4, [HAVE_MATROSKA=yes], [HAVE_MATROSKA=no])
|
||||
# fi
|
||||
#])
|
||||
GST_CHECK_FEATURE(MATROSKA, [matroska muxer/demuxer], matroska muxer/demuxer, [
|
||||
PATH_EBML([HAVE_MATROSKA=yes], [HAVE_MATROSKA=no])
|
||||
if test x$HAVE_MATROSKA = xyes; then
|
||||
PATH_MATROSKA(0.4.4, [HAVE_MATROSKA=yes], [HAVE_MATROSKA=no])
|
||||
fi
|
||||
])
|
||||
GST_CHECK_FEATURE(MATROSKA, [matroska muxer/demuxer], matroska muxer/demuxer, HAVE_MATROSKA=no)
|
||||
|
||||
dnl *** mikmod ***
|
||||
|
|
Loading…
Reference in a new issue