summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-09-13 14:26:10 +0300
committerMartin Storsjö <martin@martin.st>2012-09-13 14:56:54 +0300
commitca6b544ac9d07dcd4d151d5729f0bf52f4f8653d (patch)
tree58ac42ece4e057cd6c2bde0232e0324895c39c56 /configure
parent7b07fab5675a616749ba6b9d0dfd89f1b51bdb8e (diff)
os_support: Choose between direct.h and io.h using a configure check
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 5afdab9efd..2e28124348 100755
--- a/configure
+++ b/configure
@@ -1132,6 +1132,7 @@ HAVE_LIST="
dev_ic_bt8xx_h
dev_video_bktr_ioctl_bt848_h
dev_video_meteor_ioctl_meteor_h
+ direct_h
dlfcn_h
dlopen
dos_paths
@@ -3175,6 +3176,7 @@ check_func_headers windows.h MapViewOfFile
check_func_headers windows.h Sleep
check_func_headers windows.h VirtualAlloc
+check_header direct.h
check_header dlfcn.h
check_header dxva.h
check_header dxva2api.h