Skip to content

Commit bbdf7eb

Browse files
committed
Use AVPrint to generate the offer and answer for WebRTC SDP.
1 parent 4c5a45c commit bbdf7eb

File tree

2 files changed

+123
-50
lines changed

2 files changed

+123
-50
lines changed

libavformat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ OBJS-$(CONFIG_RSD_DEMUXER) += rsd.o
493493
OBJS-$(CONFIG_RPL_DEMUXER) += rpl.o
494494
OBJS-$(CONFIG_RSO_DEMUXER) += rsodec.o rso.o pcm.o
495495
OBJS-$(CONFIG_RSO_MUXER) += rsoenc.o rso.o rawenc.o
496-
OBJS-$(CONFIG_RTC_MUXER) += rtcenc.o avc.o
496+
OBJS-$(CONFIG_RTC_MUXER) += rtcenc.o avc.o http.o srtp.o
497497
OBJS-$(CONFIG_RTP_MPEGTS_MUXER) += rtpenc_mpegts.o
498498
OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
499499
rtpenc_aac.o \

0 commit comments

Comments
 (0)