summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-11-11 12:18:42 +0200
committerMartin Storsjö <martin@martin.st>2020-11-17 23:47:31 +0200
commit284560baa7122379857c0952fbacbb77952cfa94 (patch)
tree3ff84e39fb6601e78d962b65a3dae6cc9c8356f8 /tests/fate
parentbb7bb440c2010d707edf1e8f0b85d031ae299cbd (diff)
fate: Convert the musepack8 test to an oneoff test
This fixes tests if built for x86 with x87 FPU. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/mpc.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fate/mpc.mak b/tests/fate/mpc.mak
index bb1c03d250..cde6e55177 100644
--- a/tests/fate/mpc.mak
+++ b/tests/fate/mpc.mak
@@ -12,7 +12,9 @@ fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm
FATE_MPC-$(call ALLYES, FILE_PROTOCOL MPC8_DEMUXER MPC8_DECODER \
ARESAMPLE_FILTER PCM_S16LE_ENCODER \
FRAMECRC_MUXER PIPE_PROTOCOL) += fate-musepack8
-fate-musepack8: CMD = framecrc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -ss 8.4 -af aresample -c:a pcm_s16le
+fate-musepack8: CMD = pcm -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -ss 8.4 -af aresample
+fate-musepack8: CMP = oneoff
+fate-musepack8: REF = $(SAMPLES)/musepack/inside-mp8.pcm
FATE_SAMPLES_AVCONV += $(FATE_MPC-yes)
fate-mpc: $(FATE_MPC-yes)