diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-03-03 15:56:11 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-04 15:22:44 +0200 |
commit | 12292f35a3affe1265d63acba98f651cf82ae233 (patch) | |
tree | 7b91c662cd13621edd676c4367a6cdf4cccd28dd /configure | |
parent | 8a9ae37feef5b09332222045a3d9ad948cdcc445 (diff) | |
download | ffmpeg-12292f35a3affe1265d63acba98f651cf82ae233.tar.gz |
v4l2: allow to convert monotonic timestamps.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1157,6 +1157,7 @@ HAVE_LIST=" attribute_may_alias attribute_packed cbrtf + clock_gettime closesocket cmov dcbzl @@ -3048,6 +3049,7 @@ fi # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; } +check_func clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; } check_func fcntl check_func fork check_func getaddrinfo $network_extralibs |