comparison libmpcodecs/vf_ivtc.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
25 #include "cpudetect.h" 25 #include "cpudetect.h"
26 26
27 #include "img_format.h" 27 #include "img_format.h"
28 #include "mp_image.h" 28 #include "mp_image.h"
29 #include "vf.h" 29 #include "vf.h"
30 30 #include "libavutil/x86_cpu.h"
31 #include "libvo/fastmemcpy.h" 31 #include "libvo/fastmemcpy.h"
32 32
33 33
34 struct metrics { 34 struct metrics {
35 /* difference: total, even lines, odd lines */ 35 /* difference: total, even lines, odd lines */