Build receivers, filters and writers without -h and -V support.
[paraslash.git] / m4 / gengetopt / alsa_write.m4
1 args "--no-version --no-help"
2
3 include(header.m4)
4
5 <qu>
6 option "device" d
7 #~~~~~~~~~~~~~~~~
8 "set PCM device"
9 string typestr="device"
10 default="default"
11 optional
12 details="
13         On systems with dmix, a better choice than the default
14         value might be to use \"plug:swmix\".
15 "
16 </qu>