diff options
author | Arpi <arpi@thot.banki.hu> | 2002-11-06 23:54:29 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2002-11-06 23:54:29 +0000 |
commit | 005ba718846a00c0a432c4ab58666111942a0a2f (patch) | |
tree | 7b50663e3f36c019f5ebe3c7c01d504b1a29c00d | |
parent | 41568e4a09dc0d58f28d80624bf1bc1fc9d7473b (diff) | |
download | ffmpeg-005ba718846a00c0a432c4ab58666111942a0a2f.tar.gz |
*HUGE* set of compiler warning fixes, unused variables removal
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
Originally committed as revision 8124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r-- | postproc/rgb2rgb.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |