Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS
@ 2025-05-12  3:42 Zhao Zhili
  2025-05-18 18:12 ` Ramiro Polla
  0 siblings, 1 reply; 2+ messages in thread
From: Zhao Zhili @ 2025-05-12  3:42 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Zhao Zhili

From: Zhao Zhili <zhilizhao@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
 
-- 
2.46.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS
  2025-05-12  3:42 [FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS Zhao Zhili
@ 2025-05-18 18:12 ` Ramiro Polla
  0 siblings, 0 replies; 2+ messages in thread
From: Ramiro Polla @ 2025-05-18 18:12 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-18 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-12  3:42 [FFmpeg-devel] [PATCH] Makefile: Remove postproc from ALLFFLIBS Zhao Zhili
2025-05-18 18:12 ` Ramiro Polla

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git