Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
19311:0a4df538c136 | 19312:ab8d6b6deb63 |
---|---|
108 SRCS += stream_dvb.c | 108 SRCS += stream_dvb.c |
109 SRCS += dvb_tune.c | 109 SRCS += dvb_tune.c |
110 endif | 110 endif |
111 | 111 |
112 OBJS = $(SRCS:.c=.o) | 112 OBJS = $(SRCS:.c=.o) |
113 INCLUDE = -I.. -I../libmpdemux -I../loader $(LIBAV_INC) | 113 INCLUDE = -I.. -I../loader $(LIBAV_INC) |
114 CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) | 114 CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) |
115 | 115 |
116 .SUFFIXES: .c .o | 116 .SUFFIXES: .c .o |
117 | 117 |
118 # .PHONY: all clean | 118 # .PHONY: all clean |