comparison bfin/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 70bdd5501662
children 0795a743bda1
comparison
equal deleted inserted replaced
872:9d32a031ab0b 873:4d9ad0ed07d0
26 #ifndef AVUTIL_BFIN_BSWAP_H 26 #ifndef AVUTIL_BFIN_BSWAP_H
27 #define AVUTIL_BFIN_BSWAP_H 27 #define AVUTIL_BFIN_BSWAP_H
28 28
29 #include <stdint.h> 29 #include <stdint.h>
30 #include "config.h" 30 #include "config.h"
31 #include "libavutil/common.h" 31 #include "libavutil/attributes.h"
32 32
33 #define bswap_32 bswap_32 33 #define bswap_32 bswap_32
34 static av_always_inline av_const uint32_t bswap_32(uint32_t x) 34 static av_always_inline av_const uint32_t bswap_32(uint32_t x)
35 { 35 {
36 unsigned tmp; 36 unsigned tmp;