]> git.sesse.net Git - ffmpeg/commitdiff
build: Fix logic of clock_gettime() check
authorDiego Biurrun <diego@biurrun.de>
Mon, 6 Mar 2017 18:35:12 +0000 (19:35 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 7 Mar 2017 07:32:37 +0000 (08:32 +0100)
We should only check for clock_gettime() if _POSIX_MONOTONIC_CLOCK is
available and do a full link check for clock_gettime() in all cases.


No differences found