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 93f653f95c configure: enable ffnvcodec, nvenc, nvdec for aarch64 
Windows
93f653f95c is described below

commit 93f653f95c378c50524a11e0a4518c71be8de0b9
Author:     Diego de Souza <[email protected]>
AuthorDate: Mon Jun 1 17:43:15 2026 +0200
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Mon Jun 1 17:00:46 2026 +0000

    configure: enable ffnvcodec, nvenc, nvdec for aarch64 Windows
    
    Adding support to build FFmpeg with HW accelerated decode (nvdec) and
    encode (nvenc) on aarch64 Windows, covering both the MinGW (mingw32/
    mingw64) and MSVC (win32/win64) toolchains. The dynamically-loaded
    NVIDIA codec headers and the CUDA loader are architecture-agnostic, so
    the only gate was the target_os check in the aarch64/ppc64 branch.
    
    Signed-off-by: Diego de Souza <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index b0923e4789..c22cbe72f4 100755
--- a/configure
+++ b/configure
@@ -7886,7 +7886,7 @@ if enabled x86; then
     esac
 elif enabled_any aarch64 ppc64 && ! enabled bigendian; then
     case $target_os in
-        linux)
+        linux|mingw32*|mingw64*|win32|win64)
             ;;
         *)
             disable ffnvcodec cuvid nvdec nvenc

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

Reply via email to