Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 11583:2af52902e7dc
Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>. Disabled by default.
author | alex |
---|---|
date | Mon, 08 Dec 2003 13:25:35 +0000 |
parents | efb6dcac967d |
children | 0908285ada31 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Mon Dec 08 13:11:52 2003 +0000 +++ b/libmpdemux/Makefile Mon Dec 08 13:25:35 2003 +0000 @@ -8,7 +8,7 @@ SRCS += demux_xmms.c endif ifeq ($(MPLAYER_NETWORK),yes) -SRCS += asf_streaming.c http.c network.c asf_mmst_streaming.c pnm.c +SRCS += asf_streaming.c http.c network.c cookies.c asf_mmst_streaming.c pnm.c SRCS += realrtsp/asmrp.c realrtsp/real.c realrtsp/rmff.c realrtsp/rtsp.c realrtsp/rtsp_session.c realrtsp/sdpplin.c realrtsp/xbuffer.c ifeq ($(STREAMING_LIVE_DOT_COM),yes) CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp