diff --git a/libavutil/common.h b/libavutil/common.h index 403280d94fd606ffeac402c0ca65c679c7a84e17..66f457b8a7499ea01e72a4d14c3edd190896fd34 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -284,11 +284,11 @@ typedef uint64_t uint_fast64_t; # include /* dprintf macros */ -# ifdef DEBUG -# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) -# else -# define dprintf(fmt,...) -# endif +# ifdef DEBUG +# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__) +# else +# define dprintf(fmt,...) +# endif # ifdef CONFIG_WINCE # define abort()