diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-11-13 18:06:02 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-11-25 15:04:35 +0800 |
commit | 4f5352d5fe6ce801cfd0a45e8564373eeec595da (patch) | |
tree | e9e806fc7e265e09ca878564177befea8f2bc300 /libavformat/Makefile | |
parent | 05b0c66313abc87505e9298f432476c33588c932 (diff) | |
download | ffmpeg-4f5352d5fe6ce801cfd0a45e8564373eeec595da.tar.gz |
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/Makefile | 1 |
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 \ |