diff options
author | Mans Rullgard <mans@mansr.com> | 2012-12-03 01:36:49 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-12-07 16:54:03 +0000 |
commit | 637606de2d2e0af0a9fa2f23f943765d7d7c5cd5 (patch) | |
tree | cc16d3e760730b31f044f54669750f7e9e5ee0bb | |
parent | a7831d509f8db397f74895dca3dd3b4ac791ef03 (diff) | |
download | ffmpeg-637606de2d2e0af0a9fa2f23f943765d7d7c5cd5.tar.gz |
configure: arm: make _inline arch ext symbols depend on inline_asm
This makes --disable-inline-asm work as expected.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1392,6 +1392,8 @@ armvfp_deps="arm" neon_deps="arm" vfpv3_deps="armvfp" +map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM + altivec_deps="ppc" ppc4xx_deps="ppc" |