1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 21:57:39 +00:00

Remove commented-out cruft.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21206 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 09:50:18 +00:00
parent bfce0b673d
commit d2b6dd129e

View File

@ -13,7 +13,6 @@ SRCS= shmem.c \
swab.c \
setenv.c \
mmap_anon.c \
# timer.c \
getch = getch2.c
timer = timer-lx.c
@ -40,12 +39,9 @@ SRCS += $(getch)
OBJS=$(SRCS:.c=.o)
CFLAGS = -I. -I.. $(OPTFLAGS)
# -I/usr/X11R6/include/
.SUFFIXES: .c .o
# .PHONY: all clean
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<