Skip to content

Commit

Permalink
fate: Convert the musepack8 test to an oneoff test
Browse files Browse the repository at this point in the history
This fixes tests if built for x86 with x87 FPU.

Signed-off-by: Martin Storsjö <martin@martin.st>
  • Loading branch information
mstorsjo committed Nov 17, 2020
1 parent bb7bb44 commit 284560b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 142 deletions.
4 changes: 3 additions & 1 deletion tests/fate/mpc.mak
Expand Up @@ -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)
141 changes: 0 additions & 141 deletions tests/ref/fate/musepack8

This file was deleted.

0 comments on commit 284560b

Please sign in to comment.