Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
32f212cb
Commit
32f212cb
authored
Sep 20, 2009
by
Patrik Weiskircher
Committed by
Max Kellermann
Sep 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/osx: fix the OS X 10.6 build
Include CoreServices/CoreServices.h.
parent
fdc47967
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
NEWS
NEWS
+2
-0
configure.ac
configure.ac
+0
-6
osx_plugin.c
src/output/osx_plugin.c
+1
-0
No files found.
NEWS
View file @
32f212cb
...
...
@@ -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)
...
...
configure.ac
View file @
32f212cb
...
...
@@ -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,
...
...
src/output/osx_plugin.c
View file @
32f212cb
...
...
@@ -21,6 +21,7 @@
#include <glib.h>
#include <AudioUnit/AudioUnit.h>
#include <CoreServices/CoreServices.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "osx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment