From 03dff9de0b7ad2baadd25fc82a1797a35e979a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Jan 2014 17:32:15 +0100 Subject: [PATCH] configure: Include AvailabilityMacros.h for osxvideo check Otherwise MAC_OS_X_VERSION_MIN_REQUIRED might not be defined --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bfccf6ef0f..1bbdfa0505 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 #error Too old OSX version #endif