mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
configure: And make the preprocessor check work properly
This commit is contained in:
parent
f2255f1e2a
commit
af3c3473e0
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ if test "x$HAVE_IOS" = "xyes"; then
|
|||
AC_MSG_CHECKING([Checking for __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0])
|
||||
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <AvailabilityMacros.h>]], [[
|
||||
#if !defined(__IPHONE_OS_VERSION_MIN_REQUIRED) || __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0)
|
||||
#if !defined(__IPHONE_OS_VERSION_MIN_REQUIRED) || __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0
|
||||
#error "Need iOS >= 8.0 for VideoToolbox"
|
||||
#endif
|
||||
]])], [ AC_MSG_RESULT(yes)
|
||||
|
|
Loading…
Reference in a new issue