From 32f212cb860d5cd91e952e4802c151101cc9c8c0 Mon Sep 17 00:00:00 2001 From: Patrik Weiskircher Date: Sun, 20 Sep 2009 23:30:37 +0200 Subject: output/osx: fix the OS X 10.6 build Include CoreServices/CoreServices.h. --- NEWS | 2 ++ configure.ac | 6 ------ src/output/osx_plugin.c | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 8f8aa3de6..eb1e13ec4 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,8 @@ ver 0.16 (20??/??/??) ver 0.15.4 (2009/??/??) * decoders: - vorbis: revert "faster tag scanning with ov_test_callback()" +* output: + - osx: fix the OS X 10.6 build ver 0.15.3 (2009/08/29) diff --git a/configure.ac b/configure.ac index e221855ca..f5d84bb6d 100644 --- a/configure.ac +++ b/configure.ac @@ -748,12 +748,6 @@ case "$host_os" in enable_osx=yes ;; esac -case "$host_os" in - darwin10*) - CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.5.sdk" - ;; -esac - AM_CONDITIONAL(HAVE_OSX, test x$enable_osx = xyes) AC_ARG_ENABLE(shout, diff --git a/src/output/osx_plugin.c b/src/output/osx_plugin.c index 24db1f5b7..04173bf79 100644 --- a/src/output/osx_plugin.c +++ b/src/output/osx_plugin.c @@ -21,6 +21,7 @@ #include #include +#include #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "osx" -- cgit v1.2.3