mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
openal: require OpenAL >= 1.14 to build the OpenAL plugin
For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. https://bugzilla.gnome.org/show_bug.cgi?id=700402
This commit is contained in:
parent
f0a1935119
commit
2b25ef8564
1 changed files with 1 additions and 1 deletions
|
@ -1728,7 +1728,7 @@ AG_GST_CHECK_FEATURE(OFA, [ofa plugins], ofa, [
|
|||
dnl *** OpenAL ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENAL, true)
|
||||
AG_GST_CHECK_FEATURE(OPENAL, [OpenAL plugin], openal, [
|
||||
PKG_CHECK_MODULES(OPENAL, openal, HAVE_OPENAL="yes", [
|
||||
PKG_CHECK_MODULES(OPENAL, openal >= 1.14, HAVE_OPENAL="yes", [
|
||||
HAVE_OPENAL="no"
|
||||
])
|
||||
AC_SUBST(OPENAL_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue