From a7b309bb0a3da5f1a24bb02e9b0f2a2450520745 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 1 May 2003 19:14:27 +0000 Subject: removed the last mp_msg :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10047 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'postproc/swscale.c') diff --git a/postproc/swscale.c b/postproc/swscale.c index 4c787cc774..6f3b0c30cf 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -68,14 +68,6 @@ untested special converters #include "../libvo/img_format.h" #include "rgb2rgb.h" #include "../libvo/fastmemcpy.h" -#include "../mp_msg.h" - -#define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args ) -#define MSG_FATAL(args...) mp_msg(MSGT_SWS,MSGL_FATAL, ##args ) -#define MSG_ERR(args...) mp_msg(MSGT_SWS,MSGL_ERR, ##args ) -#define MSG_V(args...) mp_msg(MSGT_SWS,MSGL_V, ##args ) -#define MSG_DBG2(args...) mp_msg(MSGT_SWS,MSGL_DBG2, ##args ) -#define MSG_INFO(args...) mp_msg(MSGT_SWS,MSGL_INFO, ##args ) #undef MOVNTQ #undef PAVGB -- cgit v1.2.3