comparison internal.h @ 873:4d9ad0ed07d0 libavutil

Replace many includes of libavutil/common.h with what is actually needed This reduces the number of false dependencies on header files and speeds up compilation.
author mru
date Tue, 09 Mar 2010 17:39:19 +0000
parents 0d85cdd07648
children 0795a743bda1
comparison
equal deleted inserted replaced
872:9d32a031ab0b 873:4d9ad0ed07d0
33 #include <limits.h> 33 #include <limits.h>
34 #include <stdint.h> 34 #include <stdint.h>
35 #include <stddef.h> 35 #include <stddef.h>
36 #include <assert.h> 36 #include <assert.h>
37 #include "config.h" 37 #include "config.h"
38 #include "common.h" 38 #include "attributes.h"
39 #include "mem.h"
40 #include "timer.h" 39 #include "timer.h"
41 40
42 #ifndef attribute_align_arg 41 #ifndef attribute_align_arg
43 #if (!defined(__ICC) || __ICC > 1110) && AV_GCC_VERSION_AT_LEAST(4,2) 42 #if (!defined(__ICC) || __ICC > 1110) && AV_GCC_VERSION_AT_LEAST(4,2)
44 # define attribute_align_arg __attribute__((force_align_arg_pointer)) 43 # define attribute_align_arg __attribute__((force_align_arg_pointer))