aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2024-09-05 13:39:07 +0800
committerSteven Liu <lq@chinaffmpeg.org>2024-09-16 10:11:52 +0800
commit8f100a66a1dd2b9fc2953cee091002a897310946 (patch)
treed2a9ceedb5ccf6b11970f4cf91a4caa6385825fe
parent74553f0026941de88286e821c9e0973206bdb1b5 (diff)
downloadffmpeg-8f100a66a1dd2b9fc2953cee091002a897310946.tar.gz
tests/fate/audio: set flcl1905 test case with depend formats,decoder,protocol
move fate-flcl1905 with depend on test case, because there will get an error when disable-everything with fate-suite samples. Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-rw-r--r--tests/fate/audio.mak5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index cfac90424b..4d6c479b6b 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -82,11 +82,10 @@ fate-smacker-audio: CMD = framecrc -i $(TARGET_SAMPLES)/smacker/wetlogo.smk -vn
FATE_SAMPLES_AUDIO-$(call DEMDEC, WSVQA, WS_SND1, ARESAMPLE_FILTER) += fate-ws_snd
fate-ws_snd: CMD = md5 -i $(TARGET_SAMPLES)/vqa/ws_snd.vqa -f s16le -af aresample
+FATE_SAMPLES_AUDIO-$(call DEMDEC, WAV, WMAV2, FILE_PROTOCOL) += fate-flcl1905
fate-flcl1905: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_frames -show_packets -print_format compact $(TARGET_SAMPLES)/wav/FLCL_Ending_My-short.wav
FATE_SAMPLES_AUDIO += $(FATE_SAMPLES_AUDIO-yes)
-FATE_SAMPLES_FFPROBE += fate-flcl1905
-
FATE_SAMPLES_FFMPEG += $(FATE_SAMPLES_AUDIO)
-fate-audio: $(FATE_SAMPLES_AUDIO) fate-flcl1905
+fate-audio: $(FATE_SAMPLES_AUDIO)