Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-08-13 03:22:16 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-08-13 13:14:01 +0300
commit79dc94a63b30369e39792e81cb032f2cf40539b4 (patch)
tree1ec615e35576bfd165a2ccd85adaa8cf5a70a78f /configure
parent2ab52644ee475b2b5d6b85ddd02d310302697bb0 (diff)
configure: Check for arc4random() header definition.
Fixes Cygwin compilation.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e30c68615..bff8159a5c 100755
--- a/configure
+++ b/configure
@@ -5455,7 +5455,7 @@ check_func ${malloc_prefix}memalign && enable memalign
check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_func access
-check_func arc4random
+check_func_headers stdlib.h arc4random
check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
check_func fcntl
check_func fork