summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 01:05:57 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 01:05:57 +0000
commit2256753f4a9a4de5d65b9a97a97f81a99729f923 (patch)
tree1205561ad611eb156c7f359038ed8ad5d7a80489 /linux
parent6c20953570f40fba66256d89b2cba9a82030e55c (diff)
downloadmpv-2256753f4a9a4de5d65b9a97a97f81a99729f923.tar.bz2
mpv-2256753f4a9a4de5d65b9a97a97f81a99729f923.tar.xz
timer.c not used - why to compile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 5c11a5e00c..ec02fb2acd 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libosdep.a
-SRCS=getch2.c timer-lx.c timer.c shmem.c
+SRCS=getch2.c timer-lx.c shmem.c # timer.c
OBJS=$(SRCS:.c=.o)
ifeq ($(TARGET_ARCH_X86),yes)