From 540d1b14d81e10cb50e4fbfeaa64457cdd75331f Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 14 Mar 2024 19:09:53 -0300 Subject: [PATCH] fate/mpc: add missing aresample filter dependency Signed-off-by: James Almer --- tests/fate/mpc.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/mpc.mak b/tests/fate/mpc.mak index cde6e55177..b737da449b 100644 --- a/tests/fate/mpc.mak +++ b/tests/fate/mpc.mak @@ -4,7 +4,7 @@ fate-mpc7-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc -c:a cop FATE_MPC-$(CONFIG_MPC8_DEMUXER) += fate-mpc8-demux fate-mpc8-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -c:a copy -FATE_MPC-$(call DEMDEC, MPC, MPC7) += fate-musepack7 +FATE_MPC-$(call DEMDEC, MPC, MPC7, ARESAMPLE_FILTER) += fate-musepack7 fate-musepack7: CMD = pcm -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc fate-musepack7: CMP = oneoff fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm