[FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS

Ramiro Polla ramiro.polla at gmail.com
Sun May 18 21:12:45 EEST 2025


On Mon, May 12, 2025 at 5:43 AM Zhao Zhili
<quinkblack-at-foxmail.com at ffmpeg.org> wrote:
>
> From: Zhao Zhili <zhilizhao at 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


More information about the ffmpeg-devel mailing list