comparison arm/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 3942cf6cdad3
children f8db9a2bae05
comparison
equal deleted inserted replaced
872:9d32a031ab0b 873:4d9ad0ed07d0
19 #ifndef AVUTIL_ARM_BSWAP_H 19 #ifndef AVUTIL_ARM_BSWAP_H
20 #define AVUTIL_ARM_BSWAP_H 20 #define AVUTIL_ARM_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 #ifdef __ARMCC_VERSION 26 #ifdef __ARMCC_VERSION
27 27
28 #if HAVE_ARMV6 28 #if HAVE_ARMV6
29 #define bswap_16 bswap_16 29 #define bswap_16 bswap_16