Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510918 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- opus-1.1.orig/configure.ac
0
++ opus-1.1/configure.ac
Lines 333-341 AS_IF([test x"${enable_asm}" = x"yes"],[ Link Here
333
333
334
AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
334
AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
335
AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
335
AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
336
    [test x"${inline_optimization:0:3}" = x"ARM"])
336
    [test x"${inline_optimization%% *}" = x"ARM"])
337
AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
337
AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
338
    [test x"${asm_optimization:0:3}" = x"ARM"])
338
    [test x"${asm_optimization%% *}" = x"ARM"])
339
339
340
AS_IF([test x"$enable_rtcd" = x"yes"],[
340
AS_IF([test x"$enable_rtcd" = x"yes"],[
341
    AS_IF([test x"$rtcd_support" != x"no"],[
341
    AS_IF([test x"$rtcd_support" != x"no"],[

Return to bug 510918