summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-09-01 13:50:38 -0300
committerJames Almer <jamrial@gmail.com>2016-09-01 13:50:38 -0300
commitf66abefefecfb7fb08bf5ec6f79d8c558a043d29 (patch)
tree4eb3d5e9e438a1438aeee641d584bb2ae2c151b1 /configure
parent499e8b0952b2888e2defda7a2c9914dcdf1cfa8d (diff)
configure: add missing check for LoadLibrary
Commit 2b1d316ff68a3f973d8f342db6bf9755eb78ec10 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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6741f83981..4bed6f24aa 100755
--- a/configure
+++ b/configure
@@ -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