From: Debian Multimedia Maintainers Date: Mon, 25 Jan 2016 01:25:24 +0000 (+0000) Subject: disable-neon X-Git-Tag: archive/raspbian/1.0.3-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4dedc0448144c4dfb3b1bb7b2a5c92ffc2d337f8;p=libde265.git disable-neon Gbp-Pq: Name disable-neon.patch --- diff --git a/configure.ac b/configure.ac index ff0f514..c7cf855 100644 --- a/configure.ac +++ b/configure.ac @@ -148,9 +148,9 @@ case $target_cpu in if test x"$disable_arm" != x"yes"; then AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions]) - AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ - AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) - ax_cv_support_neon_ext=yes], []) + #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ + # AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) + # ax_cv_support_neon_ext=yes], []) AC_ARG_ENABLE(thumb, [AS_HELP_STRING([--enable-thumb],