summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorArpi <arpi@thot.banki.hu>2002-11-06 23:54:29 +0000
committerArpi <arpi@thot.banki.hu>2002-11-06 23:54:29 +0000
commit005ba718846a00c0a432c4ab58666111942a0a2f (patch)
tree7b50663e3f36c019f5ebe3c7c01d504b1a29c00d /postproc
parent41568e4a09dc0d58f28d80624bf1bc1fc9d7473b (diff)
downloadffmpeg-streaming-005ba718846a00c0a432c4ab58666111942a0a2f.zip
ffmpeg-streaming-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
Diffstat (limited to 'postproc')
-rw-r--r--postproc/rgb2rgb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/rgb2rgb.c b/postproc/rgb2rgb.c
index fd50d73..fdb499d 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
OpenPOWER on IntegriCloud