diff options
author | Mans Rullgard <mans@mansr.com> | 2012-12-01 16:41:39 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-12-07 16:54:03 +0000 |
commit | a7831d509f8db397f74895dca3dd3b4ac791ef03 (patch) | |
tree | 22cac51b499ab8c14039ac79cc78b8b75c6089f3 /libavcodec/arm/vp8dsp_armv6.S | |
parent | 7f2b3dcabd108926bde819ad574017f4161d1546 (diff) | |
download | ffmpeg-a7831d509f8db397f74895dca3dd3b4ac791ef03.tar.gz |
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
These macros reflect the actual capabilities required here.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/vp8dsp_armv6.S')
-rw-r--r-- | libavcodec/arm/vp8dsp_armv6.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/arm/vp8dsp_armv6.S b/libavcodec/arm/vp8dsp_armv6.S index 40be926f9f..fd254ccc30 100644 --- a/libavcodec/arm/vp8dsp_armv6.S +++ b/libavcodec/arm/vp8dsp_armv6.S @@ -118,7 +118,7 @@ function ff_vp8_luma_dc_wht_armv6, export=1 usub16 r4, r4, r6 @ block[0,1][3] usub16 r5, r5, r12 @ block[2,3][3] -#if HAVE_ARMV6T2 +#if HAVE_ARMV6T2_EXTERNAL sbfx r6, r8, #3, #13 sbfx r12, r7, #3, #13 sbfx r1, r9, #3, #13 @@ -151,7 +151,7 @@ function ff_vp8_luma_dc_wht_armv6, export=1 strh r4, [r0], #32 asr r10, r5, #19 @ block[3][3] -#if HAVE_ARMV6T2 +#if HAVE_ARMV6T2_EXTERNAL sbfx r2, r2, #3, #13 sbfx lr, lr, #3, #13 sbfx r3, r3, #3, #13 @@ -284,7 +284,7 @@ function ff_vp8_idct_add_armv6, export=1 sxth r12, r12 ldr r9, [r0, r2] sxth r1, r1 -#if HAVE_ARMV6T2 +#if HAVE_ARMV6T2_EXTERNAL sbfx r7, r7, #3, #13 sbfx r10, r10, #3, #13 #else |