From c8d427c72e6c076792f04c8361be689701062ae5 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 31 Mar 2002 20:38:56 +0000 Subject: disabling direct rendering by default (too buggy and conflicts with osd/sub) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index 654ff4951e..6bd9674463 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -208,6 +208,7 @@ extern int vo_old_width; extern int vo_old_height; extern int vo_doublebuffering; +extern int vo_directrendering; extern int vo_vsync; extern int vo_fs; extern int vo_fsmode; -- cgit v1.2.3