comparison libmpcodecs/vf_filmdint.c @ 34198:064be070d8c8

cpudetect: clean up libavutil #includes libavutil/x86_cpu.h is not used directly in cpudetect.h, so remove it from there and #include it directly in files that need it. This avoids libavutil headers appearing in #include cascades in loader/ and causing problems for e.g. Doxygen.
author diego
date Thu, 03 Nov 2011 13:24:46 +0000
parents 7af3e6f901fd
children b4ce15212bfc
comparison
equal deleted inserted replaced
34197:0fc1835211d1 34198:064be070d8c8
28 #include "img_format.h" 28 #include "img_format.h"
29 #include "mp_image.h" 29 #include "mp_image.h"
30 #include "vd.h" 30 #include "vd.h"
31 #include "vf.h" 31 #include "vf.h"
32 #include "cmmx.h" 32 #include "cmmx.h"
33 33 #include "libavutil/x86_cpu.h"
34 #include "libvo/fastmemcpy.h" 34 #include "libvo/fastmemcpy.h"
35 35
36 #define NUM_STORED 4 36 #define NUM_STORED 4
37 37
38 enum pu_field_type_t { 38 enum pu_field_type_t {