# HG changeset patch # User alex # Date 1106417107 0 # Node ID 36fda489ed86eb206bfdd8e4759000de4bd9ec5f # Parent b8093fff9fac6e83d4e24515e0e30670210de64c avoid using vo_subdevice diff -r b8093fff9fac -r 36fda489ed86 libvo/vo_sdl.c --- a/libvo/vo_sdl.c Sat Jan 22 17:52:34 2005 +0000 +++ b/libvo/vo_sdl.c Sat Jan 22 18:05:07 2005 +0000 @@ -1601,7 +1601,7 @@ 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);