comparison stream/Makefile @ 21302:69380fc05a3e

cosmetics:indentation
author diego
date Mon, 27 Nov 2006 12:02:56 +0000
parents c5b4fa823865
children f6dbc626d84f
comparison
equal deleted inserted replaced
21301:c5b4fa823865 21302:69380fc05a3e
41 SRCS += stream_smb.c 41 SRCS += stream_smb.c
42 endif 42 endif
43 ifeq ($(MPLAYER_NETWORK),yes) 43 ifeq ($(MPLAYER_NETWORK),yes)
44 SRCS += stream_netstream.c 44 SRCS += stream_netstream.c
45 endif 45 endif
46 ifeq ($(STREAMING_LIVE555),yes) 46 ifeq ($(STREAMING_LIVE555),yes)
47 SRCS += stream_livedotcom.c 47 SRCS += stream_livedotcom.c
48 endif 48 endif
49 ifeq ($(VSTREAM),yes) 49 ifeq ($(VSTREAM),yes)
50 SRCS += stream_vstream.c 50 SRCS += stream_vstream.c
51 endif 51 endif
52 52
53 # TV in 53 # TV in
54 ifeq ($(TV),yes) 54 ifeq ($(TV),yes)
55 SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c 55 SRCS += stream_tv.c tv.c frequencies.c tvi_dummy.c
56 endif 56 endif
57 ifeq ($(TV_BSDBT848),yes) 57 ifeq ($(TV_BSDBT848),yes)
58 SRCS += tvi_bsdbt848.c 58 SRCS += tvi_bsdbt848.c
59 endif
60 ifeq ($(TV_V4L2),yes)
61 SRCS += tvi_v4l2.c audio_in.c
62 endif
63 ifeq ($(PVR),yes)
64 SRCS += stream_pvr.c
65 endif
66 ifeq ($(TV_V4L1),yes)
67 SRCS += tvi_v4l.c audio_in.c
68 endif
69 ifeq ($(TV_V4L),yes)
70 ifeq ($(ALSA1X),yes)
71 SRCS += ai_alsa1x.c
59 endif 72 endif
60 ifeq ($(TV_V4L2),yes) 73 ifeq ($(ALSA9),yes)
61 SRCS += tvi_v4l2.c audio_in.c 74 SRCS += ai_alsa.c
62 endif 75 endif
63 ifeq ($(PVR),yes) 76 ifeq ($(OSS),yes)
64 SRCS += stream_pvr.c 77 SRCS += ai_oss.c
65 endif
66 ifeq ($(TV_V4L1),yes)
67 SRCS += tvi_v4l.c audio_in.c
68 endif 78 endif
69 ifeq ($(TV_V4L),yes) 79 endif
70 ifeq ($(ALSA1X),yes)
71 SRCS += ai_alsa1x.c
72 endif
73 ifeq ($(ALSA9),yes)
74 SRCS += ai_alsa.c
75 endif
76 ifeq ($(OSS),yes)
77 SRCS += ai_oss.c
78 endif
79 endif
80 80
81 # Radio in 81 # Radio in
82 ifeq ($(RADIO),yes) 82 ifeq ($(RADIO),yes)
83 SRCS += stream_radio.c 83 SRCS += stream_radio.c
84 endif 84 endif
85 ifeq ($(RADIO_CAPTURE),yes) 85 ifeq ($(RADIO_CAPTURE),yes)
86 SRCS += audio_in.c 86 SRCS += audio_in.c
87 ifeq ($(ALSA1X),yes) 87 ifeq ($(ALSA1X),yes)
88 SRCS += ai_alsa1x.c 88 SRCS += ai_alsa1x.c
89 endif 89 endif
90 ifeq ($(ALSA9),yes) 90 ifeq ($(ALSA9),yes)
91 SRCS += ai_alsa.c 91 SRCS += ai_alsa.c
92 endif 92 endif
93 ifeq ($(OSS),yes) 93 ifeq ($(OSS),yes)
94 SRCS += ai_oss.c 94 SRCS += ai_oss.c
95 endif 95 endif
96 endif 96 endif
97 97
98 ifeq ($(MPLAYER_NETWORK),yes) 98 ifeq ($(MPLAYER_NETWORK),yes)
99 SRCS += asf_streaming.c \ 99 SRCS += asf_streaming.c \
100 http.c \ 100 http.c \
101 network.c \ 101 network.c \