From 701d76fc0b9d36803505fb38a7a2ae89963b009a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 30 Jun 2026 07:32:18 -0400 Subject: [PATCH] MT#65413 update dependencies Change-Id: I85d1407fdb88b9b6b401a0544f95948b75cf4a7c --- lib/Makefile | 2 +- lib/common.Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 2e4231c3d..ea880f667 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -21,4 +21,4 @@ ASM := mix_in_x64_avx2.S mix_in_x64_avx512bw.S mix_in_x64_sse2.S mvr2s_x64_avx2. include common.Makefile -all: $(ALLOBJS) +all: $(OBJS) diff --git a/lib/common.Makefile b/lib/common.Makefile index c147d3b84..1879e6ff6 100644 --- a/lib/common.Makefile +++ b/lib/common.Makefile @@ -41,7 +41,7 @@ $(OBJS): Makefile ../include/* ../lib/*.h ../kernel-module/*.h -M "date:$(BUILD_DATE)" \ -o "$@" -resample.c codeclib.c mix.c packet.c: ../lib/fix_frame_channel_layout.compat +resample.c codeclib.c mix.c packet.c g729.c opus.c evs.c pseudo.c: ../lib/fix_frame_channel_layout.compat ifeq ($(with_transcoding),yes) ../daemon/codec.c codec.c: ../lib/dtmf_rx_fillin.compat