1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21877 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-01-10 22:58:32 +00:00
parent 483bfa8555
commit ef9578fe0c

2
configure vendored
View File

@ -7485,7 +7485,7 @@ HAVE_PTHREADS = $_pthreads
HAVE_XVMC_ACCEL = $_xvmc
HAVE_SYS_MMAN_H = _mman
HAVE_SYS_MMAN_H = $_mman
NEED_FSEEKO = $_need_fseeko
NEED_FTELLO = $_need_ftello