Mercurial > mplayer.hg
annotate stream/Makefile @ 25220:c9e9ac2008c2
Mark the vo_functions_t definitions as const where possible.
This is not possible for xover and anything supporting vidix
due to horrible hacks.
author | reimar |
---|---|
date | Sun, 02 Dec 2007 14:39:15 +0000 |
parents | d81eef9beb1b |
children | 0ad5f1789b54 |
rev | line source |
---|---|
19271
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
1 include ../config.mak |
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
2 |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
3 LIBNAME_COMMON = stream.a |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
4 |
22531
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
5 SRCS_COMMON = open.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
6 stream.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
7 stream_cue.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
8 stream_file.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
9 stream_mf.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
10 stream_null.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
11 url.c \ |
19271
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
12 |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
13 SRCS_COMMON-$(CDDA) += stream_cdda.c cdinfo.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
14 SRCS_COMMON-$(CDDB) += stream_cddb.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
15 SRCS_COMMON-$(DVBIN) += dvb_tune.c stream_dvb.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
16 SRCS_COMMON-$(DVDNAV) += stream_dvdnav.c |
23993 | 17 SRCS_COMMON-$(DVDREAD) += stream_dvd.c stream_dvd_common.c |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
18 SRCS_COMMON-$(FTP) += stream_ftp.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
19 SRCS_COMMON-$(LIBSMBCLIENT) += stream_smb.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
20 SRCS_COMMON-$(MPLAYER_NETWORK) += stream_netstream.c \ |
22531
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
21 asf_mmst_streaming.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
22 asf_streaming.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
23 cookies.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
24 http.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
25 network.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
26 pnm.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
27 rtp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
28 udp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
29 tcp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
30 stream_rtp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
31 stream_udp.c \ |
24564
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
32 realrtsp/asmrp.c \ |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
33 realrtsp/real.c \ |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
34 realrtsp/rmff.c \ |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
35 realrtsp/sdpplin.c \ |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
36 realrtsp/xbuffer.c \ |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
37 |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
38 SRCS_COMMON-$(NATIVE_RTSP) += stream_rtsp.c \ |
22531
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
39 freesdp/common.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
40 freesdp/errorlist.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
41 freesdp/parser.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
42 librtsp/rtsp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
43 librtsp/rtsp_rtp.c \ |
090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
diego
parents:
22528
diff
changeset
|
44 librtsp/rtsp_session.c \ |
24564
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
45 |
e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
lu_zero
parents:
23993
diff
changeset
|
46 SRCS_COMMON-$(LIBNEMESI) += stream_nemesi.c |
21309 | 47 |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
48 SRCS_COMMON-$(PVR) += stream_pvr.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
49 SRCS_COMMON-$(RADIO) += stream_radio.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
50 SRCS_COMMON-$(RADIO_CAPTURE) += audio_in.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
51 SRCS_COMMON-$(STREAM_CACHE) += cache2.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
52 SRCS_COMMON-$(STREAMING_LIVE555) += stream_livedotcom.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
53 SRCS_COMMON-$(TV) += stream_tv.c tv.c frequencies.c tvi_dummy.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
54 SRCS_COMMON-$(TV_BSDBT848) += tvi_bsdbt848.c |
24744 | 55 SRCS_COMMON-$(TV_DSHOW) += tvi_dshow.c |
23900 | 56 SRCS_COMMON-$(TV_TELETEXT) += tvi_vbi.c |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
57 SRCS_COMMON-$(TV_V4L1) += tvi_v4l.c audio_in.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
58 SRCS_COMMON-$(TV_V4L2) += tvi_v4l2.c audio_in.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
59 SRCS_COMMON-$(VCD) += stream_vcd.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
60 SRCS_COMMON-$(VSTREAM) += stream_vstream.c |
21309 | 61 |
23070
7bed5b94f253
Add Makefile variable for audio input that is enabled by V4L or radio capture.
diego
parents:
22620
diff
changeset
|
62 ifeq ($(AUDIO_INPUT),yes) |
22528
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
63 SRCS_COMMON-$(ALSA1X) += ai_alsa1x.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
64 SRCS_COMMON-$(ALSA9) += ai_alsa.c |
8bcff5c7e387
Give more descriptive names to the source and library variables and split
diego
parents:
21326
diff
changeset
|
65 SRCS_COMMON-$(OSS) += ai_oss.c |
19271
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
66 endif |
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
67 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21206
diff
changeset
|
68 include ../mpcommon.mak |
19271
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
69 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21206
diff
changeset
|
70 clean:: |
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21206
diff
changeset
|
71 rm -f realrtsp/*.o realrtsp/*.a realrtsp/*~ \ |
19271
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
72 librtsp/*.o librtsp/*.a librtsp/*~ \ |
64d82a45a05d
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents:
diff
changeset
|
73 freesdp/*.o freesdp/*.a freesdp/*~ |