# HG changeset patch # User diego # Date 1159809300 0 # Node ID 04b421915b14681703dcc0dd3af51e89c0aa386b # Parent c23cce23abb25afe53db615876412e2ce6caa0bd rtp.o needs mpegts.o diff -r c23cce23abb2 -r 04b421915b14 Makefile --- a/Makefile Mon Oct 02 14:12:50 2006 +0000 +++ b/Makefile Mon Oct 02 17:15:00 2006 +0000 @@ -173,7 +173,7 @@ 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