[FFmpeg-devel] [PATCH] Makefile: Split ALLFFLIBS

Michael Niedermayer michael at niedermayer.cc
Fri May 23 01:54:10 EEST 2025


This matches other lists and reduces conflicts between patches

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2759e40b773..877b0071f6c 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
-- 
2.49.0



More information about the ffmpeg-devel mailing list