[FFmpeg-devel] [PATCH 1/4] tests/checkasm: cosmetics, one object per line in Makefile

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Jun 7 22:12:28 EEST 2024


Ramiro Polla:
>  # swscale tests
> -SWSCALEOBJS                             += sw_gbrp.o sw_rgb.o sw_scale.o
> +SWSCALEOBJS                             += sw_gbrp.o \
> +                                           sw_rgb.o \
> +                                           sw_scale.o \
>  
>  CHECKASMOBJS-$(CONFIG_SWSCALE)  += $(SWSCALEOBJS)

We typically only use a new line of the old line is full.

- Andreas



More information about the ffmpeg-devel mailing list