summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-29 21:56:19 -0300
committerJames Almer <jamrial@gmail.com>2018-03-29 21:56:19 -0300
commita123e576a485931013c9fae85025d0e78ff3102d (patch)
tree635c45ad152bc554d098856c8c539ad75990dcb4 /libavformat/Makefile
parenta959e38f7a7195d80bb2f3fe38a5af398067d2c7 (diff)
parenta2fc8dbae85339d1b418d296f2982b6c04c53c57 (diff)
Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'
* commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
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 39ec68c28b..af0823a7db 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -566,6 +566,7 @@ OBJS-$(CONFIG_LIBRTMPE_PROTOCOL) += librtmp.o
OBJS-$(CONFIG_LIBRTMPS_PROTOCOL) += librtmp.o
OBJS-$(CONFIG_LIBRTMPT_PROTOCOL) += librtmp.o
OBJS-$(CONFIG_LIBRTMPTE_PROTOCOL) += librtmp.o
+OBJS-$(CONFIG_LIBSRT_PROTOCOL) += libsrt.o
OBJS-$(CONFIG_LIBSSH_PROTOCOL) += libssh.o
OBJS-$(CONFIG_LIBSMBCLIENT_PROTOCOL) += libsmbclient.o