mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-03 06:30:37 +00:00
Make RTSP use the generic http authentication code
Still hardcoded to use Basic auth, without parsing the reply headers Originally committed as revision 22676 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -215,8 +215,8 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
|
||||
rtpenc.o \
|
||||
rtpenc_h264.o \
|
||||
avc.o
|
||||
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o
|
||||
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o
|
||||
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o httpauth.o
|
||||
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o
|
||||
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \
|
||||
rdt.o \
|
||||
rtp.o \
|
||||
|
||||
Reference in New Issue
Block a user