On Tue, 10 Dec 2013, Diego Biurrun  wrote:

Module: libav
Branch: master
Commit: c869fcdeac3b7cd71a852b928902daadeca55685

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Mon Dec  9 15:03:22 2013 +0100

configure: Move toolchain dependency declarations to a more appropriate place

---

configure |    5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 292c291..b912d86 100755
--- a/configure
+++ b/configure
@@ -1552,13 +1552,10 @@ 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"

-log2_deps="!libc_msvcrt"
-
# subsystems
dct_select="rdft"
error_resilience_select="dsputil"
@@ -3424,6 +3421,7 @@ case $libc_type in
        add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf   \
                                     _snprintf=avpriv_snprintf  \
                                     vsnprintf=avpriv_vsnprintf
+        disable log2
        ;;
esac

This part turned out not to work as intended - even if log2 is explicitly disabled here, it will be reenabled by the check_mathfunc calls further down in configure.

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

Reply via email to