On Mon, May 12, 2025 at 5:43 AM Zhao Zhili <quinkblack-at-foxmail....@ffmpeg.org> wrote: > > From: Zhao Zhili <zhiliz...@tencent.com> > > Fix > ld: warning: search path 'libpostproc' not found > --- > 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
LGTM _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".