[FFmpeg-cvslog] fate/mp3: add missing aresample filter dependency
James Almer
git at videolan.org
Fri Mar 15 17:45:55 EET 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 14 19:43:50 2024 -0300| [2df103528c175cfe2d9d3b63c57f17a1fb3a1d46] | committer: James Almer
fate/mp3: add missing aresample filter dependency
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2df103528c175cfe2d9d3b63c57f17a1fb3a1d46
---
tests/fate/mp3.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak
index b874e7c7a4..638ff63264 100644
--- a/tests/fate/mp3.mak
+++ b/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)
More information about the ffmpeg-cvslog
mailing list