mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 23:59:55 +00:00
ios: unconditionally check if we are building for iOS
Instead of only checking if applemedia is going to be built
This commit is contained in:
parent
0fafdf8db1
commit
2910613e4a
1 changed files with 2 additions and 4 deletions
|
@ -853,10 +853,8 @@ case "$host" in
|
|||
HAVE_APPLE_MEDIA="no"
|
||||
;;
|
||||
esac
|
||||
HAVE_IOS="no"
|
||||
if test "x$HAVE_APPLE_MEDIA" = "xyes"; then
|
||||
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADER(MobileCoreServices/MobileCoreServices.h, HAVE_IOS="yes", HAVE_IOS="no", [-])
|
||||
|
||||
AM_CONDITIONAL(HAVE_IOS, test "x$HAVE_IOS" = "xyes")
|
||||
if test "x$HAVE_IOS" = "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue