mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26246 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5fb7e831e
commit
5e1457d4fe
@ -400,7 +400,7 @@ static int sdl_open (void *plugin, void *name)
|
||||
//}
|
||||
#endif
|
||||
|
||||
#if !defined( AMIGA ) && !defined( __APPLE__ )
|
||||
#if !defined( __AMIGAOS4__ ) && !defined( __APPLE__ )
|
||||
priv->sdlfullflags |= SDL_DOUBLEBUF;
|
||||
if (vo_doublebuffering)
|
||||
priv->sdlflags |= SDL_DOUBLEBUF;
|
||||
|
Loading…
Reference in New Issue
Block a user