Commit 9906bef5 authored by James Almer's avatar James Almer

fate/vorbis: add missing aresample filter dependency

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 85da6e5c
......@@ -94,7 +94,9 @@ fate-vorbis-1833-chapters: CMD = probechapters $(TARGET_SAMPLES)/vorbis/vorbis_c
FATE_SAMPLES_FFPROBE += $(FATE_VORBIS_FFPROBE-yes)
FATE_SAMPLES_AVCONV-$(call DEMDEC, OGG, VORBIS) += $(FATE_VORBIS)
fate-vorbis: $(FATE_VORBIS) $(FATE_VORBIS_FFPROBE-yes)
$(FATE_VORBIS): CMP = oneoff
FATE_VORBIS-$(call DEMDEC, OGG, VORBIS, ARESAMPLE_FILTER) += $(FATE_VORBIS)
FATE_SAMPLES_AVCONV += $(FATE_VORBIS-yes)
fate-vorbis: $(FATE_VORBIS-yes) $(FATE_VORBIS_FFPROBE-yes)
$(FATE_VORBIS-yes): CMP = oneoff
fate-vorbis-encode: CMP = stddev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment