[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] add --with-audio-output-method=<name> option
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 1/1] add --with-audio-output-method=<name> option |
Date: |
Wed, 1 Dec 2010 15:13:17 +0100 |
ok, I'll use the first name configure script finds for the <name>
and put a message in configure saying
Default audio output method... <name>
> -DDEFAULT_AUDIO_METHOD="something" should be used only when we explicitly
> define with-audio-output-method.
This I disagree :D.
configure is suppose to be the tool to avoid such things like:
#ifdef my_audio_method
do something
#endif
> On my system two audio output modules will be compiled by default (when
> I'll use "configure" without parameters) - alsa and oss. Configure script
> will properly detect absence of pulseaudio and won't try to compile pulse
> module. So - why the "pulse" is still default?
it will be configured to "alsa" then.
If you don't like it, you need to use --with-audio-output-method to
reconfigure to oss
Is it acceptable?
- [PATCH 1/1] add --with-audio-output-method=<name> option, Andrei Kholodnyi, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Halim Sahin, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Andrei Kholodnyi, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Bohdan R . Rau, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option,
Andrei Kholodnyi <=
- [PATCH 1/1] add --with-audio-output-method=<name> option, Bohdan R . Rau, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Andrei Kholodnyi, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Halim Sahin, 2010/12/01
- [PATCH 1/1] add --with-audio-output-method=<name> option, Steve Holmes, 2010/12/03
- [PATCH 1/1] add --with-audio-output-method=<name> option, Bohdan R . Rau, 2010/12/03
- [PATCH 1/1] add --with-audio-output-method=<name> option, Andrei . Kholodnyi, 2010/12/04
[PATCH 1/1] add --with-audio-output-method=<name> option, Christopher Brannon, 2010/12/04