[PATCH 1/1] add --with-audio-output-method=<name> option
Andrei Kholodnyi
andrei.kholodnyi at gmail.com
Sat Dec 4 23:39:46 CET 2010
On Sat, Dec 4, 2010 at 10:32 PM, William Hubbs <w.d.hubbs at gmail.com> wrote:
> Hi Andrei,
> I believe I understand what Bohdan is talking about.
>
> I think it would be better if the configure script only manipulated
> config.h and did not generate any .c files at all like we are doing with
> static_plugins.c.in/static_plugins.c.
I do not see any difference from what I did and what is currently
existing in speechd.
-DSYS_CONF=\"$(spdconfdir)\" -DSND_DATA=\"$(snddatadir)\"
-DMODULEBINDIR=\"$(modulebindir)\"
all these are passed to C files as defines,
and I just added another one.
-DDEFAULT_AUDIO_METHOD=\"$(with_audio_output_method)\"
More information about the Speechd
mailing list