mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
Check for getrusage
Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f69ca7f14
commit
66be5b4536
3
configure
vendored
3
configure
vendored
@ -667,6 +667,7 @@ HAVE_LIST="
|
||||
fast_unaligned
|
||||
fork
|
||||
freetype2
|
||||
getrusage
|
||||
imlib2
|
||||
inet_aton
|
||||
lrintf
|
||||
@ -1596,6 +1597,8 @@ elif check_func dlopen -ldl; then
|
||||
ldl=-ldl
|
||||
fi
|
||||
|
||||
check_func getrusage
|
||||
|
||||
check_func fork
|
||||
|
||||
test "$vhook" = "default" && vhook="$dlopen"
|
||||
|
Loading…
Reference in New Issue
Block a user