mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
fix typo for gettimeofday()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21916 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bfa0a1c441
commit
68e9c8462a
2
configure
vendored
2
configure
vendored
@ -7491,7 +7491,7 @@ HAVE_SYS_MMAN_H = $_mman
|
|||||||
|
|
||||||
NEED_FSEEKO = $_need_fseeko
|
NEED_FSEEKO = $_need_fseeko
|
||||||
NEED_FTELLO = $_need_ftello
|
NEED_FTELLO = $_need_ftello
|
||||||
NEED_GETTTIMEOFDAY = $_need_getttimeofday
|
NEED_GETTIMEOFDAY = $_need_gettimeofday
|
||||||
NEED_GLOB = $_need_glob
|
NEED_GLOB = $_need_glob
|
||||||
NEED_SCANDIR = $_need_scandir
|
NEED_SCANDIR = $_need_scandir
|
||||||
NEED_SETENV = $_need_setenv
|
NEED_SETENV = $_need_setenv
|
||||||
|
Loading…
Reference in New Issue
Block a user