Merge commit '637606de2d
'
* commit '637606de2d
':
configure: arm: make _inline arch ext symbols depend on inline_asm
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
Conflicts:
configure
libavcodec/arm/dca.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
89c8eaa321
11 changed files with 23 additions and 21 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#if HAVE_INLINE_ASM
|
||||
|
||||
#if HAVE_ARMV6
|
||||
#if HAVE_ARMV6_INLINE
|
||||
|
||||
#define av_clip_uint8 av_clip_uint8_arm
|
||||
static av_always_inline av_const unsigned av_clip_uint8_arm(int a)
|
||||
|
@ -86,7 +86,7 @@ static av_always_inline int av_sat_dadd32_arm(int a, int b)
|
|||
return r;
|
||||
}
|
||||
|
||||
#endif /* HAVE_ARMV6 */
|
||||
#endif /* HAVE_ARMV6_INLINE */
|
||||
|
||||
#if HAVE_ASM_MOD_Q
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue