diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 12:02:56 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 12:02:56 +0000 |
commit | b1edda22a668888d37a88bd021449ac24b29f88e (patch) | |
tree | 40ba707e34f3ea1169b0e3ca9c9d724591970527 /stream | |
parent | 11cbd174c70b81c561e39736e91366a8816ed2ee (diff) |
cosmetics:indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21318 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/Makefile | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stream/Makefile b/stream/Makefile index f0ef1b0407..c17520e367 100644 --- a/stream/Makefile +++ b/stream/Makefile @@ -43,9 +43,9 @@ endif ifeq ($(MPLAYER_NETWORK),yes) SRCS += stream_netstream.c endif - ifeq ($(STREAMING_LIVE555),yes) - SRCS += stream_livedotcom.c - endif +ifeq ($(STREAMING_LIVE555),yes) +SRCS += stream_livedotcom.c +endif ifeq ($(VSTREAM),yes) SRCS += stream_vstream.c endif @@ -54,46 +54,46 @@ endif ifeq ($(TV),yes) SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c endif - ifeq ($(TV_BSDBT848),yes) - SRCS += tvi_bsdbt848.c - endif - ifeq ($(TV_V4L2),yes) - SRCS += tvi_v4l2.c audio_in.c +ifeq ($(TV_BSDBT848),yes) +SRCS += tvi_bsdbt848.c +endif +ifeq ($(TV_V4L2),yes) +SRCS += tvi_v4l2.c audio_in.c +endif +ifeq ($(PVR),yes) +SRCS += stream_pvr.c +endif +ifeq ($(TV_V4L1),yes) +SRCS += tvi_v4l.c audio_in.c +endif +ifeq ($(TV_V4L),yes) + ifeq ($(ALSA1X),yes) + SRCS += ai_alsa1x.c endif - ifeq ($(PVR),yes) - SRCS += stream_pvr.c - endif - ifeq ($(TV_V4L1),yes) - SRCS += tvi_v4l.c audio_in.c + ifeq ($(ALSA9),yes) + SRCS += ai_alsa.c endif - ifeq ($(TV_V4L),yes) - ifeq ($(ALSA1X),yes) - SRCS += ai_alsa1x.c - endif - ifeq ($(ALSA9),yes) - SRCS += ai_alsa.c - endif - ifeq ($(OSS),yes) - SRCS += ai_oss.c - endif + ifeq ($(OSS),yes) + SRCS += ai_oss.c endif +endif # Radio in ifeq ($(RADIO),yes) -SRCS += stream_radio.c -endif - ifeq ($(RADIO_CAPTURE),yes) - SRCS += audio_in.c - ifeq ($(ALSA1X),yes) - SRCS += ai_alsa1x.c - endif - ifeq ($(ALSA9),yes) - SRCS += ai_alsa.c - endif - ifeq ($(OSS),yes) - SRCS += ai_oss.c - endif - endif +SRCS += stream_radio.c +endif +ifeq ($(RADIO_CAPTURE),yes) +SRCS += audio_in.c + ifeq ($(ALSA1X),yes) + SRCS += ai_alsa1x.c + endif + ifeq ($(ALSA9),yes) + SRCS += ai_alsa.c + endif + ifeq ($(OSS),yes) + SRCS += ai_oss.c + endif +endif ifeq ($(MPLAYER_NETWORK),yes) SRCS += asf_streaming.c \ |