Commit 717b21e8 authored by diego's avatar diego

rtp.o needs mpegts.o


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6533 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 65ff592f
...@@ -173,7 +173,7 @@ OBJS+= avio.o aviobuf.o ...@@ -173,7 +173,7 @@ OBJS+= avio.o aviobuf.o
ifeq ($(CONFIG_PROTOCOLS),yes) ifeq ($(CONFIG_PROTOCOLS),yes)
OBJS+= file.o OBJS+= file.o
ifeq ($(CONFIG_NETWORK),yes) 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 # BeOS and Darwin network stuff
ifeq ($(NEED_INET_ATON),yes) ifeq ($(NEED_INET_ATON),yes)
OBJS+= barpainet.o OBJS+= barpainet.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment