[FFmpeg-cvslog] configure: arm: make _inline arch ext symbols depend on inline_asm

Mans Rullgard git at videolan.org
Sat Dec 8 14:24:06 CET 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Dec  3 01:36:49 2012 +0000| [637606de2d2e0af0a9fa2f23f943765d7d7c5cd5] | committer: Mans Rullgard

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 at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=637606de2d2e0af0a9fa2f23f943765d7d7c5cd5
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 42975e1..3150818 100755
--- a/configure
+++ b/configure
@@ -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"
 



More information about the ffmpeg-cvslog mailing list