configure: Include AvailabilityMacros.h for osxvideo check
Otherwise MAC_OS_X_VERSION_MIN_REQUIRED might not be defined
This commit is contained in:
parent
5adedf9f5a
commit
03dff9de0b
@ -491,6 +491,7 @@ AG_GST_CHECK_FEATURE(OSX_VIDEO, [OSX video], osxvideosink, [
|
||||
dnl also require Snow Leopard or newer
|
||||
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
#include <AvailabilityMacros.h>
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060
|
||||
#error Too old OSX version
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user