You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: add missing check for LoadLibrary
Commit 2b1d316ff6
made nvenc depend on
LoadLibrary, but the availability of the latter was never checked.
This fixes nvenc on Windows platforms
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1921,6 +1921,7 @@ SYSTEM_FUNCS="
|
||||
isatty
|
||||
jack_port_get_latency_range
|
||||
kbhit
|
||||
LoadLibrary
|
||||
localtime_r
|
||||
lstat
|
||||
lzo1x_999_compress
|
||||
@@ -5493,6 +5494,7 @@ check_func_headers windows.h CoTaskMemFree -lole32
|
||||
check_func_headers windows.h GetProcessAffinityMask
|
||||
check_func_headers windows.h GetProcessTimes
|
||||
check_func_headers windows.h GetSystemTimeAsFileTime
|
||||
check_func_headers windows.h LoadLibrary
|
||||
check_func_headers windows.h MapViewOfFile
|
||||
check_func_headers windows.h PeekNamedPipe
|
||||
check_func_headers windows.h SetConsoleTextAttribute
|
||||
|
Reference in New Issue
Block a user