mirror of https://github.com/mpv-player/mpv
Amiga OS 4 support
patch by Andrea Palmatè, andrea amigasoft net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21750 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
26106f7551
commit
084a5d01b5
|
@ -891,6 +891,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
|
|||
||(strcmp(priv->driver, "directx") == 0)
|
||||
||(strcmp(priv->driver, "Quartz") == 0)
|
||||
||(strcmp(priv->driver, "cgx") == 0)
|
||||
||(strcmp(priv->driver, "os4video") == 0)
|
||||
||((strcmp(priv->driver, "aalib") == 0) && priv->X)){
|
||||
if( mp_msg_test(MSGT_VO,MSGL_V) ) {
|
||||
mp_msg(MSGT_VO,MSGL_V, "SDL: setting windowed mode\n"); }
|
||||
|
|
Loading…
Reference in New Issue