comparison avr32/bswap.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 7ee08d73ac3a
children f8db9a2bae05
comparison
equal deleted inserted replaced
872:9d32a031ab0b 873:4d9ad0ed07d0
19 #ifndef AVUTIL_AVR32_BSWAP_H 19 #ifndef AVUTIL_AVR32_BSWAP_H
20 #define AVUTIL_AVR32_BSWAP_H 20 #define AVUTIL_AVR32_BSWAP_H
21 21
22 #include <stdint.h> 22 #include <stdint.h>
23 #include "config.h" 23 #include "config.h"
24 #include "libavutil/common.h" 24 #include "libavutil/attributes.h"
25 25
26 #if HAVE_INLINE_ASM 26 #if HAVE_INLINE_ASM
27 27
28 #define bswap_16 bswap_16 28 #define bswap_16 bswap_16
29 static av_always_inline av_const uint16_t bswap_16(uint16_t x) 29 static av_always_inline av_const uint16_t bswap_16(uint16_t x)