diff mbox series

[FFmpeg-devel] fate/imf: Rename IMF fate-target

Message ID DB6PR0101MB2214E954BCD6DFD505B5F7548F929@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 3b923116e5a348945281b8d827074ac8f897464d
Headers show
Series [FFmpeg-devel] fate/imf: Rename IMF fate-target | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt July 24, 2022, 7:43 p.m. UTC
It conflicts with the name of the test using the testtool
in libavformat.mak.

Fixes ticket #9841.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
Other naming suggestions welcome.

 tests/fate/imf.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pierre-Anthony Lemieux July 25, 2022, 8:59 p.m. UTC | #1
LGTM.


On Sun, Jul 24, 2022 at 9:43 PM Andreas Rheinhardt
<andreas.rheinhardt@outlook.com> wrote:
>
> It conflicts with the name of the test using the testtool
> in libavformat.mak.
>
> Fixes ticket #9841.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox series

Patch

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)