[FFmpeg-cvslog] Makefile: Remove postproc from ALLFFLIBS
Zhao Zhili
git at videolan.org
Tue May 20 16:26:48 EEST 2025
ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Mon May 12 11:42:52 2025 +0800| [12497766410135f27012077e78b3bdcfc704f7ca] | committer: Zhao Zhili
Makefile: Remove postproc from ALLFFLIBS
Fix
ld: warning: search path 'libpostproc' not found
Reviewed-by: Ramiro Polla <ramiro.polla at gmail.com>
Signed-off-by: Zhao Zhili <zhilizhao at tencent.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12497766410135f27012077e78b3bdcfc704f7ca
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e2250f6bc6..17f9d2da4f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,14 +19,13 @@ 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 postproc swscale swresample
+ALLFFLIBS = avcodec avdevice avfilter avformat avutil swscale swresample
# $(FFLIBS-yes) needs to be in linking order
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
FFLIBS-$(CONFIG_AVFILTER) += avfilter
FFLIBS-$(CONFIG_AVFORMAT) += avformat
FFLIBS-$(CONFIG_AVCODEC) += avcodec
-FFLIBS-$(CONFIG_POSTPROC) += postproc
FFLIBS-$(CONFIG_SWRESAMPLE) += swresample
FFLIBS-$(CONFIG_SWSCALE) += swscale
More information about the ffmpeg-cvslog
mailing list