Mercurial > mplayer.hg
changeset 21304:f6dbc626d84f
cosmetics: Merge SRCS together, alphabetical order, whitespace.
author | diego |
---|---|
date | Mon, 27 Nov 2006 12:09:58 +0000 |
parents | 66605be4662b |
children | 85243ead817e |
files | stream/Makefile |
diffstat | 1 files changed, 16 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/Makefile Mon Nov 27 12:07:14 2006 +0000 +++ b/stream/Makefile Mon Nov 27 12:09:58 2006 +0000 @@ -3,28 +3,23 @@ include ../config.mak -# Core SRCS += open.c \ + stream.c \ + stream_cue.c \ + stream_file.c \ + stream_mf.c \ + stream_null.c \ url.c \ ifeq ($(STREAM_CACHE),yes) SRCS += cache2.c endif - ifeq ($(CDDA),yes) SRCS += stream_cdda.c cdinfo.c ifeq ($(MPLAYER_NETWORK),yes) SRCS += stream_cddb.c endif endif - -# Stream readers/writers -SRCS += stream.c \ - stream_cue.c \ - stream_file.c \ - stream_mf.c \ - stream_null.c \ - ifeq ($(DVDREAD),yes) SRCS += stream_dvd.c endif @@ -49,8 +44,6 @@ ifeq ($(VSTREAM),yes) SRCS += stream_vstream.c endif - -# TV in ifeq ($(TV),yes) SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c endif @@ -77,8 +70,6 @@ SRCS += ai_oss.c endif endif - -# Radio in ifeq ($(RADIO),yes) SRCS += stream_radio.c endif @@ -94,13 +85,12 @@ SRCS += ai_oss.c endif endif - ifeq ($(MPLAYER_NETWORK),yes) -SRCS += asf_streaming.c \ +SRCS += asf_mmst_streaming.c \ + asf_streaming.c \ + cookies.c \ http.c \ network.c \ - cookies.c \ - asf_mmst_streaming.c \ pnm.c \ rtp.c \ udp.c \ @@ -108,26 +98,20 @@ stream_rtsp.c \ stream_rtp.c \ stream_udp.c \ - -SRCS += realrtsp/asmrp.c \ + freesdp/common.c \ + freesdp/errorlist.c \ + freesdp/parser.c \ + librtsp/rtsp.c \ + librtsp/rtsp_rtp.c \ + librtsp/rtsp_session.c \ + realrtsp/asmrp.c \ realrtsp/real.c \ realrtsp/rmff.c \ realrtsp/sdpplin.c \ realrtsp/xbuffer.c \ - -SRCS += librtsp/rtsp.c \ - librtsp/rtsp_rtp.c \ - librtsp/rtsp_session.c \ - -SRCS += freesdp/common.c \ - freesdp/errorlist.c \ - freesdp/parser.c \ - endif - ifeq ($(DVBIN),yes) -SRCS += stream_dvb.c -SRCS += dvb_tune.c +SRCS += dvb_tune.c stream_dvb.c endif CFLAGS = -I../loader