Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 21374:947f679ee12e
Remove some superfluous include CFLAGS.
author | diego |
---|---|
date | Wed, 29 Nov 2006 15:14:03 +0000 |
parents | c2b31c3f1fa6 |
children | fd1495e1538d |
comparison
equal
deleted
inserted
replaced
21373:19130f5f7066 | 21374:947f679ee12e |
---|---|
70 | 70 |
71 LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil | 71 LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil |
72 LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec | 72 LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec |
73 LIBAV_INC-$(CONFIG_LIBAVFORMAT) += -I../libavformat | 73 LIBAV_INC-$(CONFIG_LIBAVFORMAT) += -I../libavformat |
74 | 74 |
75 CFLAGS = -I.. -I../stream -I../loader $(LIBAV_INC) | 75 CFLAGS = -I../stream -I../loader $(LIBAV_INC) |
76 | 76 |
77 CPLUSPLUSFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS | 77 CPLUSPLUSFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS |
78 | 78 |
79 .cpp.o: | 79 .cpp.o: |
80 $(CC) -c $(CPLUSPLUSFLAGS) -o $@ $< | 80 $(CC) -c $(CPLUSPLUSFLAGS) -o $@ $< |