Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Dueking <sven.dueking@nablet.com>2018-03-26 18:37:49 +0300
committerLuca Barbato <lu_zero@gentoo.org>2018-03-28 17:16:41 +0300
commita2fc8dbae85339d1b418d296f2982b6c04c53c57 (patch)
tree95a5aaa44ef4a1d32d5ef4249b65caa9139a1f8d /libavformat/Makefile
parent2124a97a4998413c7e81539b16b01ef6ac570ea9 (diff)
Add Haivision SRT protocol
The protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by: Sven Dueking <sven.dueking@nablet.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2c1c0f6d7f..96085d20c6 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -414,6 +414,9 @@ OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o $(TLS-OBJS-yes)
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o
+# external libraries
+OBJS-$(CONFIG_LIBSRT_PROTOCOL) += libsrt.o
+
SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h