Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 10121:d42177a0da2a
Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
author | bertrand |
---|---|
date | Sat, 17 May 2003 12:24:01 +0000 |
parents | d1f55b76ef2c |
children | 0df8816f4665 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Sat May 17 11:36:05 2003 +0000 +++ b/libmpdemux/Makefile Sat May 17 12:24:01 2003 +0000 @@ -7,7 +7,7 @@ ifeq ($(XMMS_PLUGINS),yes) SRCS += demux_xmms.c endif -ifeq ($(STREAMING),yes) +ifeq ($(MPLAYER_NETWORK),yes) SRCS += asf_streaming.c url.c http.c network.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)