From d56fcd0c2b60a4bd0ecc138422726febe34304a4 Mon Sep 17 00:00:00 2001 From: gb Date: Thu, 25 Mar 2010 17:21:13 +0000 Subject: [PATCH] Only enable GST_DEBUG() if DEBUG is defined. Drop old D(bug()) stuff. --- gst-libs/gst/vaapi/gstvaapidebug.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapidebug.h b/gst-libs/gst/vaapi/gstvaapidebug.h index d94186a..9b9013e 100644 --- a/gst-libs/gst/vaapi/gstvaapidebug.h +++ b/gst-libs/gst/vaapi/gstvaapidebug.h @@ -21,16 +21,11 @@ #ifndef GST_VAAPI_DEBUG_H #define GST_VAAPI_DEBUG_H -#include "gstvaapiutils.h" +#include #if DEBUG -# define D(x) x -#else -# define D(x) -#endif -#define bug vaapi_dprintf - GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi); #define GST_CAT_DEFAULT gst_debug_vaapi +#endif #endif /* GST_VAAPI_DEBUG_H */ -- 2.7.4