aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-08 14:48:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-08 15:00:36 +0100
commitb28c37156782e563341e1bccc1a15dfbc01a569f (patch)
treefc8ef8978bf3d9fd44248d3e4ec2caed36edcd3f /libavformat/Makefile
parent24e2a82f75abbe977b7ddab52a90ce4d3e57a9f8 (diff)
parent6bffa83bbeac4820f7705188e20f2e307e832fd7 (diff)
downloadffmpeg-b28c37156782e563341e1bccc1a15dfbc01a569f.tar.gz
Merge remote-tracking branch 'cigaes/master'
* cigaes/master: lavf/concatdec: reindent after last commit. lavf/concatdec: more reliable test for absolute URLs. lavf: add subfile protocol. lavfi/af_atempo: clear references before returning error. lavd/xv: take aspect ratio into account. lavc/pthread: copy packet side data. Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 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