summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-09 17:20:46 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-09 17:20:46 +0000
commitcb0e37959b50de11bbe6f97ae9ff9598681e7b21 (patch)
treeac01ae620a04c6f49473470d82534ec20e37acc3 /libvo/vo_directfb.c
parent161b6c9b496a9bde58a3ba9e618f9d76db9e8b3c (diff)
downloadmpv-cb0e37959b50de11bbe6f97ae9ff9598681e7b21.tar.bz2
mpv-cb0e37959b50de11bbe6f97ae9ff9598681e7b21.tar.xz
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
Diffstat (limited to 'libvo/vo_directfb.c')
-rw-r--r--libvo/vo_directfb.c2
1 files changed, 1 insertions, 1 deletions
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