diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2008-09-03 04:44:58 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2008-09-03 04:44:58 +0000 |
commit | e9dea59f16d49e4fa03aa10447c8f4f7e902de76 (patch) | |
tree | 8c59f029143c23ac6cd87fb4bcbd123e5ba155b0 /libavformat/Makefile | |
parent | bea6c1ec802780594ccf3541c763fecd2ad59862 (diff) | |
download | ffmpeg-e9dea59f16d49e4fa03aa10447c8f4f7e902de76.tar.gz |
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
of the "RealChallenge2" response, which is some sort of authentication. See
discussion in "Realmedia patch" thread on ffmpeg-devel.
Originally committed as revision 15170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 565b2972d3..ad6b323f6b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -159,7 +159,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtp_aac.o \ rtpenc_h264.o \ avc.o -OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o +OBJS-$(CONFIG_RTSP_DEMUXER) += rdt.o rtsp.o OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o rtp.o rtpdec.o rtp_h264.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o |