summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-11-13 18:06:02 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-11-25 15:04:35 +0800
commit4f5352d5fe6ce801cfd0a45e8564373eeec595da (patch)
treee9e806fc7e265e09ca878564177befea8f2bc300 /libavformat/Makefile
parent05b0c66313abc87505e9298f432476c33588c932 (diff)
avformat/rtpenc: adds partial support for the RFC 4175
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
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 3d6c8ef8f5..a19d2e0c88 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -482,6 +482,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_jpeg.o \
rtpenc_mpv.o \
rtpenc.o \
+ rtpenc_rfc4175.o \
rtpenc_vc2hq.o \
rtpenc_vp8.o \
rtpenc_vp9.o \