diff options
author | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-03-03 13:33:40 +0000 |
---|---|---|
committer | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-03-03 13:33:40 +0000 |
commit | 854288bba9185b4f4ca2777ff6bd88af7dc2d52e (patch) | |
tree | a77eb0e3a9baa7c8ee33c58f6c021448ad412708 /postproc/rgb2rgb.c | |
parent | 86bec9a1619acc645f443885cd13d78a09a2e785 (diff) | |
download | ffmpeg-854288bba9185b4f4ca2777ff6bd88af7dc2d52e.tar.gz |
add mangling
Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/rgb2rgb.c')
-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 7668a395c8..abe1223065 100644 --- a/postproc/rgb2rgb.c +++ b/postproc/rgb2rgb.c @@ -11,6 +11,7 @@ #include "../config.h" #include "rgb2rgb.h" #include "../cpudetect.h" +#include "../mangle.h" #ifdef ARCH_X86 #define CAN_COMPILE_X86_ASM |