mirror of https://github.com/mpv-player/mpv
avoid using vo_subdevice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d8c2439bd6
commit
2506291b13
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue