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-31 19:05:35 +0200 |
commit | 80d1b8938eb227f0e9efde91050836b1e9a051a9 (patch) | |
tree | 11ead4abd192c8ce4b47d76c04f6477d100f6b52 | |
parent | 915ef932a3cd4679fa58d6c514992d90e5fa6930 (diff) | |
download | ffmpeg-80d1b8938eb227f0e9efde91050836b1e9a051a9.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>
(cherry picked from commit 3b923116e5a348945281b8d827074ac8f897464d)
-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) |