summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-16 23:50:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-16 23:50:05 +0000
commit8a00a66de3e29227444c0e863518743ba2d55f08 (patch)
tree9c9ceee864aa872217a56570daf965b1668dca10 /libvo/vo_sdl.c
parent973a0844aa1c47eecd1eec7af9aa7b8fac6a9bef (diff)
downloadmpv-8a00a66de3e29227444c0e863518743ba2d55f08.tar.bz2
mpv-8a00a66de3e29227444c0e863518743ba2d55f08.tar.xz
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25425 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 311fbb03d1..e812ed22f7 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -731,7 +731,7 @@ static void set_fullmode (int mode) {
* re-assign it. The comment in sdl_close() seems to imply that we
* should not free() anything.
*/
- #ifdef SYS_DARWIN
+ #ifdef __APPLE__
{
const SDL_VideoInfo *vidInfo = NULL;
vidInfo = SDL_GetVideoInfo ();