comparison stream/Makefile @ 21301:c5b4fa823865

Untangle dependencies that are handled by configure.
author diego
date Mon, 27 Nov 2006 12:00:49 +0000
parents d4f6e0e5de2e
children 69380fc05a3e
comparison
equal deleted inserted replaced
21300:d4f6e0e5de2e 21301:c5b4fa823865
39 endif 39 endif
40 ifeq ($(LIBSMBCLIENT),yes) 40 ifeq ($(LIBSMBCLIENT),yes)
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 ifeq ($(STREAMING_LIVE555),yes) 46 ifeq ($(STREAMING_LIVE555),yes)
46 SRCS += stream_livedotcom.c 47 SRCS += stream_livedotcom.c
47 endif 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 ifeq ($(TV_BSDBT848),yes) 57 ifeq ($(TV_BSDBT848),yes)
57 SRCS += tvi_bsdbt848.c 58 SRCS += tvi_bsdbt848.c
58 endif 59 endif
59 ifeq ($(TV_V4L2),yes) 60 ifeq ($(TV_V4L2),yes)
60 SRCS += tvi_v4l2.c audio_in.c 61 SRCS += tvi_v4l2.c audio_in.c
62 endif
61 ifeq ($(PVR),yes) 63 ifeq ($(PVR),yes)
62 SRCS += stream_pvr.c 64 SRCS += stream_pvr.c
63 endif 65 endif
64 endif
65 ifeq ($(TV_V4L1),yes) 66 ifeq ($(TV_V4L1),yes)
66 SRCS += tvi_v4l.c audio_in.c 67 SRCS += tvi_v4l.c audio_in.c
67 endif 68 endif
68 ifeq ($(TV_V4L),yes) 69 ifeq ($(TV_V4L),yes)
69 ifeq ($(ALSA1X),yes) 70 ifeq ($(ALSA1X),yes)
74 endif 75 endif
75 ifeq ($(OSS),yes) 76 ifeq ($(OSS),yes)
76 SRCS += ai_oss.c 77 SRCS += ai_oss.c
77 endif 78 endif
78 endif 79 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 ifeq ($(RADIO_CAPTURE),yes) 85 ifeq ($(RADIO_CAPTURE),yes)
85 SRCS += audio_in.c 86 SRCS += audio_in.c
86 ifeq ($(ALSA1X),yes) 87 ifeq ($(ALSA1X),yes)
87 SRCS += ai_alsa1x.c 88 SRCS += ai_alsa1x.c
88 endif 89 endif
91 endif 92 endif
92 ifeq ($(OSS),yes) 93 ifeq ($(OSS),yes)
93 SRCS += ai_oss.c 94 SRCS += ai_oss.c
94 endif 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 \