summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-08-01 02:34:23 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-03 19:40:26 +0200
commitb1ce8003727655c627fc3f80a8120d7e9c191c69 (patch)
tree2d65621951777a6bb81471acc165e02128f76d62 /libavformat/Makefile
parentc5cc3b08e56fc95665977544486bd9f06e4b7a72 (diff)
avformat/teeproto: Support parsing protocol options
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 6a1d98b9f1..e2cb474396 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -566,7 +566,7 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_SCTP_PROTOCOL) += sctp.o
OBJS-$(CONFIG_SRTP_PROTOCOL) += srtpproto.o srtp.o
OBJS-$(CONFIG_SUBFILE_PROTOCOL) += subfile.o
-OBJS-$(CONFIG_TEE_PROTOCOL) += teeproto.o
+OBJS-$(CONFIG_TEE_PROTOCOL) += teeproto.o tee_common.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_TLS_GNUTLS_PROTOCOL) += tls_gnutls.o tls.o
OBJS-$(CONFIG_TLS_OPENSSL_PROTOCOL) += tls_openssl.o tls.o