mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
celt: Add check for celt 0.8
This commit is contained in:
parent
ab439a95bb
commit
2d80fd6c22
1 changed files with 6 additions and 0 deletions
|
@ -584,6 +584,12 @@ AG_GST_CHECK_FEATURE(CELT, [celt], celt, [
|
|||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
||||
PKG_CHECK_MODULES(CELT_0_8, celt >= 0.8.0, [
|
||||
AC_DEFINE([HAVE_CELT_0_8], 1, [Define if libcelt 0.8 is installed])
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
AC_SUBST(CELT_CFLAGS)
|
||||
AC_SUBST(CELT_LIBS)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue