From 2506291b1378cb1a669aaf10454161a491cad014 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 22 Jan 2005 18:05:07 +0000 Subject: avoid using vo_subdevice git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14578 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index e320709bb2..2fd4a8f10f 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -1601,7 +1601,7 @@ static uint32_t preinit(const char *arg) if(verbose > 2) printf("SDL: Opening Plugin\n"); - if(vo_subdevice) setenv("SDL_VIDEODRIVER", vo_subdevice, 1); + if(arg) setenv("SDL_VIDEODRIVER", arg, 1); /* does the user want SDL to try and force Xv */ if(sdl_forcexv) setenv("SDL_VIDEO_X11_NODIRECTCOLOR", "1", 1); -- cgit v1.2.3