output/osx: fix the OS X 10.6 build
Include CoreServices/CoreServices.h.
This commit is contained in:
parent
fdc479676f
commit
32f212cb86
2
NEWS
2
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)
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "osx"
|
||||
|
|
Loading…
Reference in New Issue