X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2FMakefile;h=f23e6c114aa046b315f8a7e5cb3bae7f55881ef1;hb=e3f71423068b9b8ffa9ebc69ae566e018f48cadf;hp=5eb834e75792de927cbe439aa29038e72eaa2f00;hpb=6d34665c76cabc1d96dccb7912ff61021aa1eef3;p=ffmpeg diff --git a/libavformat/Makefile b/libavformat/Makefile index 5eb834e7579..f23e6c114aa 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -20,7 +20,6 @@ OBJS = allformats.o \ os_support.o \ riff.o \ sdp.o \ - seek.o \ url.o \ utils.o \ @@ -30,8 +29,10 @@ OBJS-$(CONFIG_RIFFENC) += riffenc.o OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtp.o \ rtpdec.o \ + rtpdec_ac3.o \ rtpdec_amr.o \ rtpdec_asf.o \ + rtpdec_dv.o \ rtpdec_g726.o \ rtpdec_h261.o \ rtpdec_h263.o \ @@ -49,6 +50,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_qt.o \ rtpdec_svq3.o \ rtpdec_vp8.o \ + rtpdec_vp9.o \ rtpdec_xiph.o \ srtp.o OBJS-$(CONFIG_RTPENC_CHAIN) += rtpenc_chain.o rtp.o @@ -517,6 +519,7 @@ OBJS-$(CONFIG_SUBFILE_PROTOCOL) += subfile.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +OBJS-$(CONFIG_UDPLITE_PROTOCOL) += udp.o OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o