From 21939776eb53ee88c568bbe946551599ca1fcb5f Mon Sep 17 00:00:00 2001 From: benoit Date: Wed, 30 May 2007 09:33:09 +0000 Subject: rename attribute_unused to av_unused as it is declared in common.h patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23418 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/yuv2rgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/yuv2rgb.c') diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 9f3f071213..009219a83a 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -265,7 +265,7 @@ static int func_name(SwsContext *c, uint8_t* src[], int srcStride[], int srcSlic for (y=0; y>1)*srcStride[2];\ unsigned int h_size= c->dstW>>3;\ while (h_size--) {\ - int attribute_unused U, V;\ + int av_unused U, V;\ int Y;\ #define EPILOG(dst_delta)\ -- cgit v1.2.3