Mercurial > libavformat.hg
changeset 2047:2e0e98c0b622 libavformat
proper dependency on mpegts_demuxer for rtp_muxer
author | diego |
---|---|
date | Thu, 26 Apr 2007 17:35:31 +0000 |
parents | dc74a26ea890 |
children | 5b54f43626d0 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Apr 26 11:46:04 2007 +0000 +++ b/Makefile Thu Apr 26 17:35:31 2007 +0000 @@ -160,7 +160,7 @@ OBJS-$(CONFIG_PROTOCOLS) += file.o OBJS-$(CONFIG_NETWORK) += udp.o tcp.o http.o rtsp.o rtp.o \ - rtpproto.o mpegts.o rtp_h264.o + rtpproto.o rtp_h264.o NAME=avformat LIBVERSION=$(LAVFVERSION)