From 2b41023332045dccca6a89baba18c5a0094220df Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Tue, 20 Sep 2016 12:42:22 +0300 Subject: [PATCH] Switch off inline asm for ASan build Change-Id: I4b89e401c3923366c0fcf966a1c3841d86575752 Signed-off-by: Slava Barinov --- packaging/libav.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/libav.spec b/packaging/libav.spec index 35e9ef2..d749c22 100755 --- a/packaging/libav.spec +++ b/packaging/libav.spec @@ -139,6 +139,7 @@ export CONFIGURE_OPTIONS="--enable-shared --disable-static \ --enable-encoder=aac --enable-decoder=aac \ --enable-swscale --disable-yasm \ --enable-fft --enable-rdft --enable-mdct --enable-neon \ +%{?asan:--disable-inline-asm} \ " %ifarch %{arm} aarch64 export CONFIGURE_OPTIONS+="--disable-mmx " -- 2.7.4