1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

timer.c not used - why to compile

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-24 01:05:57 +00:00
parent 6c20953570
commit 2256753f4a

View File

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