diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-02 17:15:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-02 17:15:00 +0000 |
commit | e8b409b50f9c4466af151bcb35d0d8913dfa8cfe (patch) | |
tree | 4b5e345bfa160c7582bc2fa7c47e364f028898d7 /libavformat/Makefile | |
parent | 902d3c6d3388a38d517b2a4f4bbe20f0b6c0e660 (diff) | |
download | ffmpeg-e8b409b50f9c4466af151bcb35d0d8913dfa8cfe.tar.gz |
rtp.o needs mpegts.o
Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index fa705e2eb4..0c01c67761 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -173,7 +173,7 @@ OBJS+= avio.o aviobuf.o ifeq ($(CONFIG_PROTOCOLS),yes) OBJS+= file.o ifeq ($(CONFIG_NETWORK),yes) -OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o +OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o # BeOS and Darwin network stuff ifeq ($(NEED_INET_ATON),yes) OBJS+= barpainet.o |