[FFmpeg-devel] [PATCH] fate/imf: Rename IMF fate-target
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Jul 24 22:43:02 EEST 2022
It conflicts with the name of the test using the testtool
in libavformat.mak.
Fixes ticket #9841.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
Other naming suggestions welcome.
tests/fate/imf.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/imf.mak b/tests/fate/imf.mak
index 70a3efdfbd..feb54d1361 100644
--- a/tests/fate/imf.mak
+++ b/tests/fate/imf.mak
@@ -3,4 +3,4 @@ fate-imf-cpl-with-repeat: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdo
FATE_SAMPLES_FFMPEG-$(CONFIG_IMF_DEMUXER) += $(FATE_IMF)
-fate-imf: $(FATE_IMF)
+fate-imfdec: $(FATE_IMF)
--
2.34.1
More information about the ffmpeg-devel
mailing list