summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5a05c40ee4..5d4b157d56 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -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;