aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-08 14:19:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-08 14:19:55 +0100
commit89c8eaa3216a48c1d18cc390525e90db74513f0c (patch)
tree390a2684c7821394702fcf644f13aedcf54d0290 /configure
parentee9e7a2e7a66501d5596f6bb992dc6afeaad8ec7 (diff)
parent637606de2d2e0af0a9fa2f23f943765d7d7c5cd5 (diff)
downloadffmpeg-89c8eaa3216a48c1d18cc390525e90db74513f0c.tar.gz
Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'
* commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5': 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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b8895b631f..cbb243cd2f 100755
--- a/configure
+++ b/configure
@@ -1555,6 +1555,8 @@ armvfp_deps="arm"
neon_deps="arm"
vfpv3_deps="armvfp"
+map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
+
mipsfpu_deps="mips"
mips32r2_deps="mips"
mipsdspr1_deps="mips"