From e8b409b50f9c4466af151bcb35d0d8913dfa8cfe Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 2 Oct 2006 17:15:00 +0000
Subject: [PATCH] rtp.o needs mpegts.o

Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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