--- HandBrake-git-6247edabd/make/configure.py~ 2024-01-23 23:55:58.000000000 -0800 +++ HandBrake-git-6247edabd/make/configure.py 2024-01-24 00:00:04.252345630 -0800 @@ -1739,7 +1739,7 @@ # set whether features can be enabled gtk_supported = host_tuple.match( '*-*-linux*', '*-*-mingw*', '*-*-*bsd*' ) qsv_supported = host_tuple.match( '*-*-linux*', 'x86_64-w64-mingw32*', '*-*-freebsd*' ) - nvenc_supported = host_tuple.match( '*-*-linux*', 'x86_64-w64-mingw32*' ) + nvenc_supported = host_tuple.match( '*-*-moocow*', 'x86_64-w64-mingw32*' ) vce_supported = host_tuple.match( '*-*-linux*', 'x86_64-w64-mingw32*' ) mf_supported = host_tuple.match( 'aarch64-w64-mingw32*' )