[FFmpeg-cvslog] Makefile: Split ALLFFLIBS
Michael Niedermayer
git at videolan.org
Mon May 26 22:03:29 EEST 2025
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri May 23 00:49:44 2025 +0200| [9d229440ace1521620f8d1cead52c68c61630353] | committer: Michael Niedermayer
Makefile: Split ALLFFLIBS
This matches other lists and reduces conflicts between patches
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d229440ace1521620f8d1cead52c68c61630353
---
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
More information about the ffmpeg-cvslog
mailing list