Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86/Makefile.am')
-rw-r--r--src/x86/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/x86/Makefile.am b/src/x86/Makefile.am
index 2d099e5..3c88cee 100644
--- a/src/x86/Makefile.am
+++ b/src/x86/Makefile.am
@@ -1,3 +1,5 @@
+NAFLAGS += -DASM_ARCH_I386
+
X86_ASM = \
cpuid_x86.asm \
rfxcodec_encode_dwt_shift_x86_sse2.asm \