diff options
author | Nicolas George <george@nsup.org> | 2014-02-25 21:50:54 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-03-08 12:36:57 +0100 |
commit | 97e87e09c841701798a27eb4f18e2fb6a612ec88 (patch) | |
tree | 29f08bde2f718305988c65375c7dd6a844e013e1 /libavformat/Makefile | |
parent | bc6901c94944e4a81be49a6b11183cd0c55d2738 (diff) | |
download | ffmpeg-97e87e09c841701798a27eb4f18e2fb6a612ec88.tar.gz |
lavf: add subfile protocol.
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 9ef81ccc29..dd13fd0167 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -464,6 +464,7 @@ OBJS-$(CONFIG_RTMPTS_PROTOCOL) += rtmpproto.o rtmppkt.o 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_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o |