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:
diego 2007-11-21 09:25:10 +00:00
parent 4bb3d604d5
commit a80b002687
2 changed files with 1 additions and 1 deletions

View File

@ -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