c022bc8f24c83d6ed490cde57159d64b7e571538
[paraslash.git] / m4 / gengetopt / write.m4
1 args "--no-handle-help --no-handle-version"
2
3 include(header.m4)
4 include(loglevel.m4)
5
6 option "writer" w
7 #~~~~~~~~~~~~~~~~
8 "select stream writer"
9 string typestr="name"
10 default="alsa (file if alsa is unsupported)"
11 optional
12 multiple
13 details="
14         May be give multiple times. The same writer may be specified
15         more than once.
16 "
17
18 include(channels.m4)
19 include(sample_rate.m4)
20 include(sample_format.m4)