This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new b441d97486 configure: use -ldl with AMF if necessary
b441d97486 is described below

commit b441d9748666b7d0811a7fe2aa755d5fa1b5eabc
Author:     Steve Lhomme <[email protected]>
AuthorDate: Wed May 13 09:07:00 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Wed Jun 17 14:39:56 2026 +0000

    configure: use -ldl with AMF if necessary
    
    It uses dlopen(). On some systems that requires to link with libdl.so.
    
    Co-authored-by: Kacper Michajłow <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ceb11ac8d0..5149f3c217 100755
--- a/configure
+++ b/configure
@@ -4377,7 +4377,7 @@ avfilter_deps="avutil"
 avfilter_suggest="libm stdatomic zlib spirv_library"
 avformat_deps="avcodec avutil"
 avformat_suggest="libm network zlib stdatomic"
-avutil_suggest="clock_gettime ffnvcodec gcrypt libm zlib libdrm libmfx opencl 
openssl user32 vaapi vulkan videotoolbox corefoundation corevideo coremedia 
bcrypt stdatomic"
+avutil_suggest="amf clock_gettime ffnvcodec gcrypt libm zlib libdrm libmfx 
opencl openssl user32 vaapi vulkan videotoolbox corefoundation corevideo 
coremedia bcrypt stdatomic"
 swresample_deps="avutil"
 swresample_suggest="libm libsoxr stdatomic"
 swscale_deps="avutil"

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to