From 084a5d01b5667c6c532f9b442861d7dabc4ca9e1 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Dec 2006 23:27:01 +0000 Subject: =?UTF-8?q?Amiga=20OS=204=20support=20patch=20by=20Andrea=20Palmat?= =?UTF-8?q?=C3=A8,=20andrea=20amigasoft=20net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21750 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_sdl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index 38866d29cc..dafd845091 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -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"); } -- cgit v1.2.3