comparison libswscale/swscale.c @ 19431:ac69ba536915

Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
author diego
date Fri, 18 Aug 2006 13:58:03 +0000
parents eb51949c73eb
children 4678e9f81334
comparison
equal deleted inserted replaced
19430:de5065d3ce74 19431:ac69ba536915
69 #endif 69 #endif
70 #include "swscale.h" 70 #include "swscale.h"
71 #include "swscale_internal.h" 71 #include "swscale_internal.h"
72 #include "x86_cpu.h" 72 #include "x86_cpu.h"
73 #include "bswap.h" 73 #include "bswap.h"
74 #include "img_format.h" 74 #include "libmpcodecs/img_format.h"
75 #include "rgb2rgb.h" 75 #include "rgb2rgb.h"
76 #ifdef USE_FASTMEMCPY 76 #ifdef USE_FASTMEMCPY
77 #include "libvo/fastmemcpy.h" 77 #include "libvo/fastmemcpy.h"
78 #endif 78 #endif
79 79