summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2007-08-09 00:12:40 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2007-08-09 00:12:40 +0000
commitb6c748edbad9fb8a854f758553cfc8e5a1bbdb9c (patch)
tree20e97981aee016a93c11eeff87a7d4f1b48a83ba /configure
parent67c1b32f3d979989cfbde7e426bcf74b6fb9d0fb (diff)
* Making [START|STOP]_TIMER work on architectures that support gethrtime()
Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e5133caf68..13093e73d3 100755
--- a/configure
+++ b/configure
@@ -687,6 +687,7 @@ HAVE_LIST="
malloc_h
memalign
mkstemp
+ gethrtime
mlib
ppc64
sdl
@@ -1531,6 +1532,7 @@ fi
check_header byteswap.h
check_func mkstemp
+check_func gethrtime
check_header termios.h
check_header conio.h