summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:50:12 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:50:12 +0000
commit5e1457d4fea97e53553b9ec53d608e499db86a3f (patch)
tree825a3c4828f1d1939437b18c57e202b24cdf10fd
parentb5fb7e831efde2bff48fae8bdd32e2bc877a2253 (diff)
downloadmpv-5e1457d4fea97e53553b9ec53d608e499db86a3f.tar.bz2
mpv-5e1457d4fea97e53553b9ec53d608e499db86a3f.tar.xz
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26246 b3059339-0415-0410-9bf9-f77b7e298cf2
-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;