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/amd64/Makefile.am')
-rw-r--r--src/amd64/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/amd64/Makefile.am b/src/amd64/Makefile.am
index 575212e..07aae69 100644
--- a/src/amd64/Makefile.am
+++ b/src/amd64/Makefile.am
@@ -1,7 +1,5 @@
AMD64_ASM = \
cpuid_amd64.asm \
- rfxcodec_encode_diff_rlgr1_amd64_sse2.asm \
- rfxcodec_encode_diff_rlgr3_amd64_sse2.asm \
rfxcodec_encode_dwt_shift_amd64_sse2.asm \
rfxcodec_encode_dwt_shift_amd64_sse41.asm
@@ -14,7 +12,7 @@ noinst_LTLIBRARIES = librfxencode-amd64.la
librfxencode_amd64_la_SOURCES = \
funcs_amd64.h \
rfxencode_tile_amd64.c \
- $(AMD64_ASM)
+ $(AMD64_ASM)
nasm_verbose = $(nasm_verbose_@AM_V@)
nasm_verbose_ = $(nasm_verbose_@AM_DEFAULT_V@)
@@ -22,4 +20,5 @@ nasm_verbose_0 = @echo " NASM $@";
.asm.lo:
$(nasm_verbose)$(LIBTOOL) $(AM_V_lt) --mode=compile \
- $(top_srcdir)/src/nasm_lt.sh $(NASM) $(NAFLAGS) -I$(srcdir) -I. $< -o $@
+ $(top_srcdir)/src/nasm_lt.sh $(NASM) $(NAFLAGS) \
+ -I$(top_srcdir)/src $< -o $@