From 005ba718846a00c0a432c4ab58666111942a0a2f Mon Sep 17 00:00:00 2001 From: Arpi Date: Wed, 6 Nov 2002 23:54:29 +0000 Subject: [PATCH] *HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski Originally committed as revision 8124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/rgb2rgb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postproc/rgb2rgb.c b/postproc/rgb2rgb.c index fd50d73a9e..fdb499d018 100644 --- a/postproc/rgb2rgb.c +++ b/postproc/rgb2rgb.c @@ -13,6 +13,7 @@ #include "../cpudetect.h" #include "../mangle.h" #include "../bswap.h" +#include "../libvo/fastmemcpy.h" #ifdef ARCH_X86 #define CAN_COMPILE_X86_ASM -- GitLab