summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 09:25:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-21 09:25:10 +0000
commita80b002687a0eb6fcf4bd3550e9c58dcaa00be73 (patch)
treee41d11d9610218889faf379ff77e7b0a660cb98d /osdep
parent4bb3d604d530cd87d8c981eee4aa65a7867cc359 (diff)
downloadmpv-a80b002687a0eb6fcf4bd3550e9c58dcaa00be73.tar.bz2
mpv-a80b002687a0eb6fcf4bd3550e9c58dcaa00be73.tar.xz
Rename timer-lx.c --> timer-linux.c.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25129 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
-rw-r--r--osdep/timer-linux.c (renamed from osdep/timer-lx.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index be05a06998..d2af3b8e61 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -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
diff --git a/osdep/timer-lx.c b/osdep/timer-linux.c
index 5b6010b154..5b6010b154 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-linux.c