Commit f66abefe authored by James Almer's avatar James Almer

configure: add missing check for LoadLibrary

Commit 2b1d316f made nvenc depend on
LoadLibrary, but the availability of the latter was never checked.

This fixes nvenc on Windows platforms
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 499e8b09
...@@ -1921,6 +1921,7 @@ SYSTEM_FUNCS=" ...@@ -1921,6 +1921,7 @@ SYSTEM_FUNCS="
isatty isatty
jack_port_get_latency_range jack_port_get_latency_range
kbhit kbhit
LoadLibrary
localtime_r localtime_r
lstat lstat
lzo1x_999_compress lzo1x_999_compress
...@@ -5493,6 +5494,7 @@ check_func_headers windows.h CoTaskMemFree -lole32 ...@@ -5493,6 +5494,7 @@ check_func_headers windows.h CoTaskMemFree -lole32
check_func_headers windows.h GetProcessAffinityMask check_func_headers windows.h GetProcessAffinityMask
check_func_headers windows.h GetProcessTimes check_func_headers windows.h GetProcessTimes
check_func_headers windows.h GetSystemTimeAsFileTime check_func_headers windows.h GetSystemTimeAsFileTime
check_func_headers windows.h LoadLibrary
check_func_headers windows.h MapViewOfFile check_func_headers windows.h MapViewOfFile
check_func_headers windows.h PeekNamedPipe check_func_headers windows.h PeekNamedPipe
check_func_headers windows.h SetConsoleTextAttribute check_func_headers windows.h SetConsoleTextAttribute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment