comparison postproc/yuv2rgb.c @ 4285:20806e535b96

add mangling
author atmos4
date Sun, 20 Jan 2002 18:36:09 +0000
parents 86910f54c391
children 4b18bf35f153
comparison
equal deleted inserted replaced
4284:05565fb57ac3 4285:20806e535b96
34 34
35 #include "config.h" 35 #include "config.h"
36 //#include "video_out.h" 36 //#include "video_out.h"
37 #include "rgb2rgb.h" 37 #include "rgb2rgb.h"
38 #include "../cpudetect.h" 38 #include "../cpudetect.h"
39 #include "../mangle.h"
39 40
40 #ifdef HAVE_MLIB 41 #ifdef HAVE_MLIB
41 #include "yuv2rgb_mlib.c" 42 #include "yuv2rgb_mlib.c"
42 #endif 43 #endif
43 44