mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
opensles: Only check for the main opensles header
This commit is contained in:
parent
10d09ff883
commit
a931d5ced0
1 changed files with 1 additions and 4 deletions
|
@ -706,10 +706,7 @@ AG_GST_CHECK_FEATURE(VCD, [Video CD], vcdsrc, [
|
|||
dnl check for OpenSL ES
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_OPENSLES, true)
|
||||
AG_GST_CHECK_FEATURE(OPENSLES, [OpenSL ES], opensl, [
|
||||
AC_CHECK_HEADER(SLES/OpenSLES.h,
|
||||
AC_CHECK_HEADER(SLES/OpenSLES_Android.h, HAVE_OPENSLES="yes", HAVE_OPENSLES="no"),
|
||||
HAVE_OPENSLES="no"
|
||||
)
|
||||
AC_CHECK_HEADER(SLES/OpenSLES.h, HAVE_OPENSLES="yes", HAVE_OPENSLES="no")
|
||||
])
|
||||
|
||||
dnl *** UVC H264 ***
|
||||
|
|
Loading…
Reference in a new issue