Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 21307:5fdf546b4e57
Move common code to mpcommon.mak.
author | diego |
---|---|
date | Mon, 27 Nov 2006 13:32:24 +0000 |
parents | 2dcbbe65d16d |
children | 6e49ddb21b9d |
comparison
equal
deleted
inserted
replaced
21306:df74299363e8 | 21307:5fdf546b4e57 |
---|---|
152 | 152 |
153 LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil | 153 LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil |
154 LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec | 154 LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec |
155 | 155 |
156 | 156 |
157 SRCS += $(SRCS-yes) | |
158 SRCS2 += $(SRCS2-yes) | |
159 LIBAV_INC += $(LIBAV_INC-yes) | |
160 | |
161 | |
162 OBJS=$(SRCS:.c=.o) | |
163 OBJS2=$(SRCS2:.c=.o) | |
164 | |
165 CFLAGS = -I.. \ | 157 CFLAGS = -I.. \ |
166 -Inative \ | 158 -Inative \ |
167 -I../libmpdemux \ | 159 -I../libmpdemux \ |
168 -I../stream \ | 160 -I../stream \ |
169 -I../loader \ | 161 -I../loader \ |