avoid using vo_subdevice

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-01-22 18:05:07 +00:00
parent d8c2439bd6
commit 2506291b13
1 changed files with 1 additions and 1 deletions

View File

@ -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);