Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Mon Nov 27 13:19:34 2006 +0000 +++ b/libmpcodecs/Makefile Mon Nov 27 13:32:24 2006 +0000 @@ -154,14 +154,6 @@ LIBAV_INC-$(CONFIG_LIBAVCODEC) += -I../libavcodec -SRCS += $(SRCS-yes) -SRCS2 += $(SRCS2-yes) -LIBAV_INC += $(LIBAV_INC-yes) - - -OBJS=$(SRCS:.c=.o) -OBJS2=$(SRCS2:.c=.o) - CFLAGS = -I.. \ -Inative \ -I../libmpdemux \
