diff options
Diffstat (limited to 'libvo/vo_directfb.c')
-rw-r--r-- | libvo/vo_directfb.c | 2 |
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 |