| Index: source/libvpx/build/make/Makefile
|
| diff --git a/source/libvpx/build/make/Makefile b/source/libvpx/build/make/Makefile
|
| index f1b1cca33bf4c2c4a8823d87cb95dd83f4771bb6..3081a92680316a3227fa60f6145c8d059c2bc995 100644
|
| --- a/source/libvpx/build/make/Makefile
|
| +++ b/source/libvpx/build/make/Makefile
|
| @@ -140,6 +140,8 @@ $(BUILD_PFX)%_avx.c.d: CFLAGS += -mavx $(STACKREALIGN)
|
| $(BUILD_PFX)%_avx.c.o: CFLAGS += -mavx $(STACKREALIGN)
|
| $(BUILD_PFX)%_avx2.c.d: CFLAGS += -mavx2 $(STACKREALIGN)
|
| $(BUILD_PFX)%_avx2.c.o: CFLAGS += -mavx2 $(STACKREALIGN)
|
| +$(BUILD_PFX)%vp9_reconintra.c.d: CFLAGS += $(STACKREALIGN)
|
| +$(BUILD_PFX)%vp9_reconintra.c.o: CFLAGS += $(STACKREALIGN)
|
|
|
| $(BUILD_PFX)%.c.d: %.c
|
| $(if $(quiet),@echo " [DEP] $@")
|
| @@ -285,7 +287,7 @@ define archive_template
|
| # for creating them.
|
| $(1):
|
| $(if $(quiet),@echo " [AR] $$@")
|
| - $(qexec)$$(AR) $$(ARFLAGS) $$@ $$?
|
| + $(qexec)$$(AR) $$(ARFLAGS) $$@ $$^
|
| endef
|
|
|
| define so_template
|
|
|