]> git.tuebingen.mpg.de Git - paraslash.git/commit
Build receivers, filters and writers without -h and -V support.
authorAndre Noll <maan@systemlinux.org>
Fri, 5 Apr 2013 18:58:03 +0000 (18:58 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Jun 2013 16:29:03 +0000 (18:29 +0200)
commit533b0303c27fb9ba098bb72e30f41f0939b2dbd2
tree7b836cc921d45ef13e861e25e3e355e356f0a876
parentb59a3c4131a7cd0da2a4364f6bf29b005400f77b
Build receivers, filters and writers without -h and -V support.

This is not needed since the help is printed by the driving application.
It allows to get rid of an ugly "p += 3" statement in ggo.c.
15 files changed:
ggo.c
m4/gengetopt/afh_recv.m4
m4/gengetopt/alsa_write.m4
m4/gengetopt/amp_filter.m4
m4/gengetopt/ao_write.m4
m4/gengetopt/compress_filter.m4
m4/gengetopt/dccp_recv.m4
m4/gengetopt/file_write.m4
m4/gengetopt/http_recv.m4
m4/gengetopt/mp3dec_filter.m4
m4/gengetopt/oss_write.m4
m4/gengetopt/osx_write.m4
m4/gengetopt/prebuffer_filter.m4
m4/gengetopt/resample_filter.m4
m4/gengetopt/udp_recv.m4