diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-24 21:34:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-26 20:45:18 +0200 |
commit | 3b923116e5a348945281b8d827074ac8f897464d (patch) | |
tree | 9d2d0b891d23a2ed09f69f2a0c77efeafb1e7929 | |
parent | 8daa0fea9f1ee55a0196a0d0439d3c9344897547 (diff) | |
download | ffmpeg-3b923116e5a348945281b8d827074ac8f897464d.tar.gz |
fate/imf: Rename IMF fate-target
It conflicts with the name of the test using the testtool
in libavformat.mak.
Fixes ticket #9841.
Reviewed-by: Pierre-Anthony Lemieux <pal@sandflow.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | tests/fate/imf.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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) |