[vlc-commits] configure: restore FLAGS after avx check

Konstantin Pavlov git at videolan.org
Thu Mar 7 19:29:51 CET 2019


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Mar  7 21:29:00 2019 +0300| [d5ec278bde522d5a26d598702506239c9b522d17] | committer: Konstantin Pavlov

configure: restore FLAGS after avx check

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5ec278bde522d5a26d598702506239c9b522d17
---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 10bc6e9b90..c878534912 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1575,6 +1575,7 @@ asm volatile("punpckhqdq256 %%ymm1,%%ymm2"::"r"(p):"ymm1", "ymm2");
       ac_cv_avx2_inline=no
     ])
   ])
+  VLC_RESTORE_FLAGS
   AS_IF([test "${ac_cv_avx2_inline}" != "no" -a "${SYS}" != "solaris"], [
     AC_DEFINE(CAN_COMPILE_AVX2, 1, [Define to 1 if AVX2 inline assembly is available.])
     have_avx2="yes"



More information about the vlc-commits mailing list