[FFmpeg-devel] [PATCH 1/4] tests/checkasm: cosmetics, one object per line in Makefile
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Jun 7 21:45:57 EEST 2024
Ramiro Polla:
> ---
> tests/checkasm/Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
> index 6eb94d10d5..3ce152e818 100644
> --- a/tests/checkasm/Makefile
> +++ b/tests/checkasm/Makefile
> @@ -63,7 +63,9 @@ AVFILTEROBJS-$(CONFIG_SOBEL_FILTER) += vf_convolution.o
> CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)
>
> # swscale tests
> -SWSCALEOBJS += sw_gbrp.o sw_rgb.o sw_scale.o
> +SWSCALEOBJS += sw_gbrp.o
> +SWSCALEOBJS += sw_rgb.o
> +SWSCALEOBJS += sw_scale.o
>
> CHECKASMOBJS-$(CONFIG_SWSCALE) += $(SWSCALEOBJS)
>
We use the multiple-objects in a line style in all Makefiles.
- Andreas
More information about the ffmpeg-devel
mailing list