Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 12799:befb79b0232e
Make rtp:// cohexist with LIVE.COM
Patch by Nico Sabbi
author | rtognimp |
---|---|
date | Sun, 11 Jul 2004 22:47:49 +0000 |
parents | 80973aa180a5 |
children | d7e2549b377a |
line wrap: on
line diff
--- a/libmpdemux/Makefile Sun Jul 11 22:27:18 2004 +0000 +++ b/libmpdemux/Makefile Sun Jul 11 22:47:49 2004 +0000 @@ -8,7 +8,7 @@ SRCS += demux_xmms.c endif ifeq ($(MPLAYER_NETWORK),yes) -SRCS += asf_streaming.c http.c network.c cookies.c asf_mmst_streaming.c pnm.c +SRCS += asf_streaming.c http.c network.c cookies.c asf_mmst_streaming.c pnm.c rtp.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 @@ -16,8 +16,6 @@ CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/BasicUsageEnvironment/include CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/groupsock/include -else -SRCS += rtp.c endif endif