disable double buffer in vo_sdl on macosx. fix flicker issue.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-08-18 02:22:39 +00:00
parent be5863dca4
commit 6b0da6eb35
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static int sdl_open (void *plugin, void *name)
//}
#endif
#ifndef AMIGA
#if !defined( AMIGA ) && !defined( MACOSX )
priv->sdlfullflags |= SDL_DOUBLEBUF;
if (vo_doublebuffering)
priv->sdlflags |= SDL_DOUBLEBUF;