diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-08-08 20:18:41 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-08-08 20:18:41 +0000 |
commit | ecf97f22b368b70e90055bf8606b5e41e0b5fbd3 (patch) | |
tree | cff55923cbeffd54d751c88f9ca581964c24488f /configure | |
parent | 611c574137e02b443ad7516b1737cf27f1e58cd1 (diff) | |
download | ffmpeg-ecf97f22b368b70e90055bf8606b5e41e0b5fbd3.tar.gz |
check for closesocket
Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -659,6 +659,7 @@ HAVE_LIST=" altivec_h arpa_inet_h byteswap_h + closesocket cmov conio_h dcbzl @@ -1623,6 +1624,7 @@ check_func getrusage check_func2 windows.h GetProcessTimes check_func fork +check_func closesocket test "$vhook" = "default" && vhook="$dlopen" |