This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Martin Storsjö
Ronald S. Bultje
15 years ago
parent
c460833d76
commit
84882df62b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure
+ 2
- 0
configure
View File
@@ -958,6 +958,7 @@ HAVE_LIST="
fast_cmov
fast_unaligned
fork
getaddrinfo
gethrtime
GetProcessTimes
getrusage
@@ -2314,6 +2315,7 @@ fi
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
check_func fork
check_func getaddrinfo $network_extralibs
check_func gethrtime
check_func getrusage
check_func inet_aton $network_extralibs
Write
Preview
Loading…
Cancel
Save