diff Makefile @ 5889:4b42835727aa libavformat

Make RTSP use the generic http authentication code Still hardcoded to use Basic auth, without parsing the reply headers
author mstorsjo
date Thu, 25 Mar 2010 21:47:33 +0000
parents 61062082488b
children 5564d7f2ed5a
line wrap: on
line diff
--- a/Makefile	Thu Mar 25 21:46:14 2010 +0000
+++ b/Makefile	Thu Mar 25 21:47:33 2010 +0000
@@ -215,8 +215,8 @@
                                             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         \