mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Define KVZ_COMPILE_ASM for the correct files.
Enables asm strategies again.
This commit is contained in:
parent
c950e7c8ad
commit
6d5f8e3aec
|
@ -131,6 +131,8 @@ libkvazaar_la_SOURCES = \
|
|||
strategyselector.c \
|
||||
strategyselector.h
|
||||
|
||||
libkvazaar_la_CFLAGS =
|
||||
|
||||
libkvazaar_la_LIBADD = \
|
||||
libaltivec.la \
|
||||
libavx2.la \
|
||||
|
@ -191,7 +193,7 @@ libasm_la_SOURCES = \
|
|||
strategies/x86_asm/picture-x86-asm-sad.h \
|
||||
strategies/x86_asm/picture-x86-asm-satd.asm \
|
||||
strategies/x86_asm/picture-x86-asm-satd.h
|
||||
libasm_la_CFLAGS = -DKVZ_COMPILE_ASM
|
||||
libkvazaar_la_CFLAGS += -DKVZ_COMPILE_ASM
|
||||
|
||||
strategies/x86_asm/picture-x86-asm-sad.lo: strategies/x86_asm/picture-x86-asm-sad.asm
|
||||
strategies/x86_asm/picture-x86-asm-satd.lo: strategies/x86_asm/picture-x86-asm-satd.asm
|
||||
|
|
Loading…
Reference in a new issue