Browse Source

rtp.o needs mpegts.o

Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
e8b409b50f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/Makefile

+ 1
- 1
libavformat/Makefile View File

@@ -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


Loading…
Cancel
Save