mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26243 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca16b1ad20
commit
f6afdbca59
@ -400,7 +400,7 @@ static int sdl_open (void *plugin, void *name)
|
||||
//}
|
||||
#endif
|
||||
|
||||
#if !defined( AMIGA ) && !defined( MACOSX )
|
||||
#if !defined( AMIGA ) && !defined( __APPLE__ )
|
||||
priv->sdlfullflags |= SDL_DOUBLEBUF;
|
||||
if (vo_doublebuffering)
|
||||
priv->sdlflags |= SDL_DOUBLEBUF;
|
||||
|
Loading…
Reference in New Issue
Block a user