summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-26 02:26:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-10-26 02:26:45 +0100
commitedb069e55689ebff14e689254ce924a30b7bad94 (patch)
tree2183c976d0e1658a617e178f6bbb43c80af9ffcc /configure
parent3b709fd912749d7731fa954cfb3aedd18d8a666a (diff)
parent3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e (diff)
Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e'
* commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e': lavu: Provide fallbacks for gmtime_r and localtime_r Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 3eb1aa08a1..bb9ba8bfa3 100755
--- a/configure
+++ b/configure
@@ -1714,6 +1714,7 @@ SYSTEM_FUNCS="
gettimeofday
glob
glXGetProcAddress
+ gmtime_r
inet_aton
isatty
jack_port_get_latency_range
@@ -4690,6 +4691,7 @@ check_func gethrtime
check_func getopt
check_func getrusage
check_func gettimeofday
+check_func gmtime_r
check_func isatty
check_func localtime_r
check_func mach_absolute_time