comparison libmpcodecs/vf_divtc.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 4506f91c0a06
children 4f7230f2e549
comparison
equal deleted inserted replaced
34197:0fc1835211d1 34198:064be070d8c8
24 24
25 #include "config.h" 25 #include "config.h"
26 #include "mp_msg.h" 26 #include "mp_msg.h"
27 #include "cpudetect.h" 27 #include "cpudetect.h"
28 #include "libavutil/common.h" 28 #include "libavutil/common.h"
29 #include "libavutil/x86_cpu.h"
29 #include "mpbswap.h" 30 #include "mpbswap.h"
30 31
31 #include "img_format.h" 32 #include "img_format.h"
32 #include "mp_image.h" 33 #include "mp_image.h"
33 #include "vf.h" 34 #include "vf.h"