Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 21420:254e55a37c6d
Remove suffix rules that are just copies of make builtin rules.
author | diego |
---|---|
date | Sat, 02 Dec 2006 12:08:25 +0000 |
parents | c9ea8098c79f |
children | ff8dbfde335e |
comparison
equal
deleted
inserted
replaced
21419:c9ea8098c79f | 21420:254e55a37c6d |
---|---|
74 CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec | 74 CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec |
75 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat | 75 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat |
76 | 76 |
77 CXXFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS | 77 CXXFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS |
78 | 78 |
79 .cpp.o: | |
80 $(CC) -c $(CXXFLAGS) -o $@ $< | |
81 | |
82 include ../mpcommon.mak | 79 include ../mpcommon.mak |