]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/gengetopt/write.m4
Convert para_write to lopsub.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 26 Aug 2016 18:12:01 +0000 (20:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit35074cc1a527fd6a275101ba561c65cc13a0fa41
tree5ad37081f9bc5ce6e5893aa614161c7aa1ba7555
parent206708954b39a6216161409b785b7c6b1480a856
Convert para_write to lopsub.

This replaces the gengetopt file write.m4 by write.suite.m4, making use
of the shared macros in m4/lls/include for --channels, --sample-format
and --sample-rate.

The gengetopt files for these options are not needed for the unconverted
executables which still rely on gengetopt, so they can be removed.

In write.c we now use LLS_COPY_WAV_PARMS() rather than
COPY_WAV_PARMS(). The latter macro becomes unused and is removed
as well.
Makefile.real
check_wav.h
configure.ac
m4/gengetopt/channels.m4 [deleted file]
m4/gengetopt/sample_format.m4 [deleted file]
m4/gengetopt/sample_rate.m4 [deleted file]
m4/gengetopt/write.m4 [deleted file]
m4/lls/write.suite.m4 [new file with mode: 0644]
write.c