summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 d37bab6851..0dd7b553ba 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -463,7 +463,7 @@ static int sdl_open (void *plugin, void *name)
#endif
#ifndef AMIGA
- sdl->sdlfullflags |= SDL_DOUBLEBUF;
+ priv->sdlfullflags |= SDL_DOUBLEBUF;
if (vo_doublebuffering)
priv->sdlflags |= SDL_DOUBLEBUF;
#endif