From a2abc65513d7ac0a063810731d9e0ed8500bd977 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Fri, 23 Sep 2022 07:33:44 +0000 Subject: [PATCH] update Makefile --- media/video/libvpx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/video/libvpx/Makefile b/media/video/libvpx/Makefile index c4f129f8..00a1fdd2 100644 --- a/media/video/libvpx/Makefile +++ b/media/video/libvpx/Makefile @@ -11,8 +11,8 @@ ASFLAGS= -mlibresoc LDFLAGS=-lgtest -pthread -lpython3.7m BINFILES = vpx_get_mb_ss_svp64_real.bin vpx_get4x4sse_cs_svp64_real.bin -ASFILES = vpx_get_mb_ss_svp64_real.s vpx_get4x4sse_cs_svp64_real.s -CFILES = variance_ref.c variance_svp64.c variance_svp64_wrappers.c vpx_mem.c +ASFILES = vpx_get_mb_ss_svp64_real.s vpx_get4x4sse_cs_svp64_real.s variance_svp64_real.s +CFILES = variance_ref.c variancefuncs_svp64.c variance_svp64_wrappers.c vpx_mem.c CPPFILES = test_libvpx.cc variance_test.cc EXAMPLEC = pypowersim_wrapper_example.c EXAMPLEOBJ= ${EXAMPLEC:.c=.o} -- 2.30.2