# HG changeset patch # User diego # Date 1164628976 0 # Node ID 69380fc05a3e23bd885a480cb8ad302eecb5bc09 # Parent c5b4fa82386502178e609ef41989689a3e8e3133 cosmetics:indentation diff -r c5b4fa823865 -r 69380fc05a3e stream/Makefile --- a/stream/Makefile Mon Nov 27 12:00:49 2006 +0000 +++ b/stream/Makefile Mon Nov 27 12:02:56 2006 +0000 @@ -43,9 +43,9 @@ 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 @@ 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 - endif - ifeq ($(PVR),yes) - SRCS += stream_pvr.c - endif - ifeq ($(TV_V4L1),yes) - SRCS += tvi_v4l.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 ($(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 ($(ALSA9),yes) + SRCS += ai_alsa.c endif + ifeq ($(OSS),yes) + SRCS += ai_oss.c + endif +endif # Radio in ifeq ($(RADIO),yes) -SRCS += stream_radio.c +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 ($(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 \