summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-06-24 22:20:21 +0300
committerMartin Storsjö <martin@martin.st>2012-06-26 17:22:21 +0300
commite64bceeac0cdf312d9481b3dd1ec1fda7ee2b94c (patch)
treebc22e590a3c8d6eaded944bade643b904268787b /configure
parent39dba5aa1b919c4b40619895bf3b4936fbe29deb (diff)
downloadffmpeg-streaming-e64bceeac0cdf312d9481b3dd1ec1fda7ee2b94c.zip
ffmpeg-streaming-e64bceeac0cdf312d9481b3dd1ec1fda7ee2b94c.tar.gz
configure: Check for sys/time.h
Apparently this include is needed on some systems for building the poll fallback (for the timeval struct for select?), but it isn't available on all systems. Thus only include it if it exists. 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 aa1856d..52c25b4 100755
--- a/configure
+++ b/configure
@@ -1148,6 +1148,7 @@ HAVE_LIST="
sys_resource_h
sys_select_h
sys_soundcard_h
+ sys_time_h
sys_videoio_h
threads
trunc
@@ -2873,6 +2874,7 @@ check_header sys/mman.h
check_header sys/param.h
check_header sys/resource.h
check_header sys/select.h
+check_header sys/time.h
check_header unistd.h
check_header vdpau/vdpau.h
check_header vdpau/vdpau_x11.h
OpenPOWER on IntegriCloud