[MPlayer-cvslog] r21320 - trunk/stream/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 27 13:09:58 CET 2006
Author: diego
Date: Mon Nov 27 13:09:58 2006
New Revision: 21320
Modified:
trunk/stream/Makefile
Log:
cosmetics: Merge SRCS together, alphabetical order, whitespace.
Modified: trunk/stream/Makefile
==============================================================================
--- trunk/stream/Makefile (original)
+++ trunk/stream/Makefile Mon Nov 27 13:09:58 2006
@@ -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
More information about the MPlayer-cvslog
mailing list