Mercurial > mplayer.hg
comparison libvo/vo_sdl.c @ 26214:6fda8dde2044
Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
author | diego |
---|---|
date | Sat, 15 Mar 2008 09:50:12 +0000 |
parents | e6f2a9c23192 |
children | 5c909aa0626d |
comparison
equal
deleted
inserted
replaced
26213:893103b2b11c | 26214:6fda8dde2044 |
---|---|
398 priv->sdlfullflags = SDL_HWSURFACE|SDL_FULLSCREEN/*|SDL_ANYFORMAT*/; | 398 priv->sdlfullflags = SDL_HWSURFACE|SDL_FULLSCREEN/*|SDL_ANYFORMAT*/; |
399 // XXX:FIXME: ASYNCBLIT should be enabled for SMP systems | 399 // XXX:FIXME: ASYNCBLIT should be enabled for SMP systems |
400 //} | 400 //} |
401 #endif | 401 #endif |
402 | 402 |
403 #if !defined( AMIGA ) && !defined( __APPLE__ ) | 403 #if !defined( __AMIGAOS4__ ) && !defined( __APPLE__ ) |
404 priv->sdlfullflags |= SDL_DOUBLEBUF; | 404 priv->sdlfullflags |= SDL_DOUBLEBUF; |
405 if (vo_doublebuffering) | 405 if (vo_doublebuffering) |
406 priv->sdlflags |= SDL_DOUBLEBUF; | 406 priv->sdlflags |= SDL_DOUBLEBUF; |
407 #endif | 407 #endif |
408 | 408 |