diff options
Diffstat (limited to 'src/gallium/state_trackers/vdpau/bitmap.c')
-rw-r--r-- | src/gallium/state_trackers/vdpau/bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/vdpau/bitmap.c b/src/gallium/state_trackers/vdpau/bitmap.c index b570f2752e4..e336568df47 100644 --- a/src/gallium/state_trackers/vdpau/bitmap.c +++ b/src/gallium/state_trackers/vdpau/bitmap.c @@ -26,8 +26,8 @@ **************************************************************************/ #include <vdpau/vdpau.h> + #include "vdpau_private.h" -#include <util/u_debug.h> VdpStatus vlVdpBitmapSurfaceCreate(VdpDevice device, @@ -36,7 +36,7 @@ vlVdpBitmapSurfaceCreate(VdpDevice device, VdpBool frequently_accessed, VdpBitmapSurface *surface) { - debug_printf("[VDPAU] Creating a bitmap surface\n"); + VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Creating a bitmap surface\n"); if (!surface) return VDP_STATUS_INVALID_POINTER; |