Browse Source

fate/mp3: add missing aresample filter dependency

Signed-off-by: James Almer <jamrial@gmail.com>
James Almer 1 year ago
parent
commit
2df103528c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/fate/mp3.mak

+ 1 - 1
tests/fate/mp3.mak

@@ -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)