summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-07-17 12:02:43 +0200
committerMartin Storsjö <martin@martin.st>2012-07-17 14:02:55 +0300
commit86991ce2dde3358025be134b4c7939923cd81542 (patch)
tree49a253885707c133bd95fa8a893630326187a5c5 /libavformat/Makefile
parent6aedabc9b68cab7b65833415953e958ac2c77f80 (diff)
downloadffmpeg-streaming-86991ce2dde3358025be134b4c7939923cd81542.zip
ffmpeg-streaming-86991ce2dde3358025be134b4c7939923cd81542.tar.gz
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index abde7d8..af3ebac 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -354,6 +354,7 @@ OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o
OBJS-$(CONFIG_RTMP_PROTOCOL) += rtmpproto.o rtmppkt.o
OBJS-$(CONFIG_RTMPS_PROTOCOL) += rtmpproto.o rtmppkt.o
OBJS-$(CONFIG_RTMPT_PROTOCOL) += rtmpproto.o rtmppkt.o
+OBJS-$(CONFIG_RTMPTS_PROTOCOL) += rtmpproto.o rtmppkt.o
OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OpenPOWER on IntegriCloud