mirror of https://github.com/mpv-player/mpv
Rename timer-lx.c --> timer-linux.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25129 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4bb3d604d5
commit
a80b002687
|
@ -14,7 +14,7 @@ SRCS_COMMON-$(NEED_SWAB) += swab.c
|
|||
SRCS_COMMON-$(NEED_VSSCANF) += vsscanf.c
|
||||
|
||||
getch = getch2.c
|
||||
timer = timer-lx.c
|
||||
timer = timer-linux.c
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
timer = timer-win2.c
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue