]> git.tuebingen.mpg.de Git - paraslash.git/commit
write: Make wav-related config options modular.
authorAndre Noll <maan@systemlinux.org>
Sat, 27 Oct 2012 13:36:22 +0000 (15:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Nov 2012 13:08:55 +0000 (14:08 +0100)
commitd5dc1cb250dfb44d25293e1a01b4c2583df2352a
tree7f6dbf2f9d423f56b504c6d63425650951d3883d
parentc25d04743aad0482a51fe287597434a3bf6f1108
write: Make wav-related config options modular.

The --channels, --sample-rate and --sample-format options will also
be used by the resample filter. This moves these options to separate
files which are included from write.m4. This allows to include them
also from the config file of the resample filter.
m4/gengetopt/channels.m4 [new file with mode: 0644]
m4/gengetopt/makefile
m4/gengetopt/sample_format.m4 [new file with mode: 0644]
m4/gengetopt/sample_rate.m4 [new file with mode: 0644]
m4/gengetopt/write.m4