diff options
author | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-01-20 18:36:09 +0000 |
---|---|---|
committer | Felix Bünemann <Felix.Buenemann@gmx.de> | 2002-01-20 18:36:09 +0000 |
commit | 635b3ec6ddd57316475a7377a85850c2bb2cf345 (patch) | |
tree | 8315802c97980fbfb1ed59f12ef4ad6908b658a1 /postproc/yuv2rgb.c | |
parent | 91d1f1a43205691dedb521bd05ff5d8dda931bb2 (diff) | |
download | ffmpeg-635b3ec6ddd57316475a7377a85850c2bb2cf345.tar.gz |
add mangling
Originally committed as revision 4286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/yuv2rgb.c')
-rw-r--r-- | postproc/yuv2rgb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/yuv2rgb.c b/postproc/yuv2rgb.c index c3614f9ed6..321c320a7a 100644 --- a/postproc/yuv2rgb.c +++ b/postproc/yuv2rgb.c @@ -36,6 +36,7 @@ //#include "video_out.h" #include "rgb2rgb.h" #include "../cpudetect.h" +#include "../mangle.h" #ifdef HAVE_MLIB #include "yuv2rgb_mlib.c" |