On Mon, 9 Dec 2013, Diego Biurrun wrote:

---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index bd36115..e290ed6 100755
--- a/configure
+++ b/configure
@@ -1576,7 +1576,6 @@ fast_64bit_if_any="alpha ia64 mips64 parisc64 ppc64 sparc64 
x86_64"
fast_clz_if_any="alpha avr32 mips ppc x86"
fast_unaligned_if_any="ppc x86"

-inline_asm_deps="!tms470"
need_memalign="altivec neon sse"

symver_if_any="symver_asm_label symver_gnu_asm"
@@ -4144,6 +4143,7 @@ elif enabled armcc; then
    add_cflags -W${armcc_opt},--diag_suppress=513  # pointer sign
elif enabled tms470; then
    add_cflags -pds=824 -pds=837
+    disable inline_asm
elif enabled pathscale; then
    add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
elif enabled_any msvc icl; then
--
1.8.3.2

Probably ok, but why?

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to