mirror of https://git.ffmpeg.org/ffmpeg.git
fate/mp3: add missing aresample filter dependency
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6d569aa80c
commit
2df103528c
|
@ -36,7 +36,7 @@ $(FATE_MP3): FUZZ = 18
|
|||
|
||||
fate-mp3-float-extra_overread: FUZZ = 23
|
||||
|
||||
FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT) += $(FATE_MP3)
|
||||
FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT, ARESAMPLE_FILTER) += $(FATE_MP3)
|
||||
|
||||
FATE_SAMPLES_AVCONV += $(FATE_MP3-yes)
|
||||
fate-mp3: $(FATE_MP3-yes)
|
||||
|
|
Loading…
Reference in New Issue