mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
Remove redundant rule for creating .o files from .c files, it's builtin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22651 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6c3ba08450
commit
a62da69c2a
@ -10,10 +10,6 @@ CFLAGS = $(OPTFLAGS) $(INCLUDE)
|
||||
|
||||
all: netstream
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
|
||||
# FIXME: linking is a mess that should be fixed properly some day
|
||||
# it does not work with either GUI, LIVE555 or libavformat enabled
|
||||
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \
|
||||
|
Loading…
Reference in New Issue
Block a user