From ff6a17f203ec4243f167ca2c82b94ecd6e775212 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 17 May 2003 12:24:01 +0000 Subject: Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/Makefile') diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index cd7e47cff1..d5345dec2d 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -7,7 +7,7 @@ SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c 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) -- cgit v1.2.3