From 9d229440ace1521620f8d1cead52c68c61630353 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 23 May 2025 00:49:44 +0200 Subject: [PATCH] Makefile: Split ALLFFLIBS This matches other lists and reduces conflicts between patches Signed-off-by: Michael Niedermayer --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2759e40b77..877b0071f6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,14 @@ vpath %/fate_config.sh.template $(SRC_PATH) TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options -ALLFFLIBS = avcodec avdevice avfilter avformat avutil swscale swresample +ALLFFLIBS = \ + avcodec \ + avdevice \ + avfilter \ + avformat \ + avutil \ + swscale \ + swresample \ # $(FFLIBS-yes) needs to be in linking order FFLIBS-$(CONFIG_AVDEVICE) += avdevice