Skip to content
Snippets Groups Projects
Commit e8b409b5 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

rtp.o needs mpegts.o

Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 902d3c6d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment