diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-04-21 14:03:05 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-05-08 16:06:49 -0700 |
commit | 5699884c2e2b76c43df405b8613e40a953338738 (patch) | |
tree | c5b31be9246adf606e943b820e6cd2a15627054a /libavformat/Makefile | |
parent | 38f06a1415cf8394cf60f7b7a3cad84a3659beb4 (diff) | |
download | ffmpeg-5699884c2e2b76c43df405b8613e40a953338738.tar.gz |
sctp: Initial tcp-alike sctp support with streams
Signed-off-by: Jordi Ortiz <nenjordi@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 9a6cb558ea..00b65e498a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -348,6 +348,7 @@ OBJS-$(CONFIG_MD5_PROTOCOL) += md5proto.o OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o OBJS-$(CONFIG_RTMP_PROTOCOL) += rtmpproto.o rtmppkt.o OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o +OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o |