From cb0e37959b50de11bbe6f97ae9ff9598681e7b21 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 9 Aug 2002 17:20:46 +0000 Subject: new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6953 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_directfb.c') diff --git a/libvo/vo_directfb.c b/libvo/vo_directfb.c index e3c5a45cfe..87b188e6f7 100644 --- a/libvo/vo_directfb.c +++ b/libvo/vo_directfb.c @@ -487,7 +487,7 @@ if (verbose) printf("DirectFB: Preinit entered\n"); DFBCardCapabilities caps; DFBCHECK (dfb->GetCardCapabilities(dfb,&caps)); if (caps.acceleration_mask & DFXL_STRETCHBLIT) hwstretchblit=1; else hwstretchblit=0; - if (verbose) printf("DirectFB: Card supports hw stretch blit\n"); + if (verbose && hwstretchblit) printf("DirectFB: Card supports hw stretch blit\n"); } // just look at RGB things for main layer -- cgit v1.2.3