Mercurial > mplayer.hg
diff stream/Makefile @ 19312:ab8d6b6deb63
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
author | ben |
---|---|
date | Fri, 04 Aug 2006 17:01:29 +0000 |
parents | cc4774869fbc |
children | 0792ad01e9bf |
line wrap: on
line diff
--- a/stream/Makefile Fri Aug 04 16:55:48 2006 +0000 +++ b/stream/Makefile Fri Aug 04 17:01:29 2006 +0000 @@ -110,7 +110,7 @@ endif OBJS = $(SRCS:.c=.o) -INCLUDE = -I.. -I../libmpdemux -I../loader $(LIBAV_INC) +INCLUDE = -I.. -I../loader $(LIBAV_INC) CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) .SUFFIXES: .c .o