comparison Makefile @ 2047:2e0e98c0b622 libavformat

proper dependency on mpegts_demuxer for rtp_muxer
author diego
date Thu, 26 Apr 2007 17:35:31 +0000
parents e7a4bc0aa0fe
children 72377d102d60
comparison
equal deleted inserted replaced
2046:dc74a26ea890 2047:2e0e98c0b622
158 # protocols I/O 158 # protocols I/O
159 OBJS+= avio.o aviobuf.o 159 OBJS+= avio.o aviobuf.o
160 160
161 OBJS-$(CONFIG_PROTOCOLS) += file.o 161 OBJS-$(CONFIG_PROTOCOLS) += file.o
162 OBJS-$(CONFIG_NETWORK) += udp.o tcp.o http.o rtsp.o rtp.o \ 162 OBJS-$(CONFIG_NETWORK) += udp.o tcp.o http.o rtsp.o rtp.o \
163 rtpproto.o mpegts.o rtp_h264.o 163 rtpproto.o rtp_h264.o
164 164
165 NAME=avformat 165 NAME=avformat
166 LIBVERSION=$(LAVFVERSION) 166 LIBVERSION=$(LAVFVERSION)
167 LIBMAJOR=$(LAVFMAJOR) 167 LIBMAJOR=$(LAVFMAJOR)
168 168