The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Pawel MOLL d587383d6b Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLUGIN_DIR
"./configure" options for selecting ALSA configuration (default
/usr/share/alsa) and plugin (/usr/lib/alsa-lib) directories introduced
by alsa-hg/alsa-lib changeset 2284 cause problems with cross-compilation
and packaging - there is no way to redefine them in runtime, during
installation phase.

This patch adds a level of indirection between constants and their
usage - alsaconfigdir for ALSA_CONFIG_DIR and alsaplugindir for
ALSA_PLUGIN_DIR - which can be redefined during "make install" stage.

Signed-off-by: Pawel MOLL <pawel.moll@st.com>
2008-03-07 17:18:16 +01:00
alsalisp Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
aserver Terminate long_options array 2004-09-28 17:22:33 +00:00
doc Create doxgen.cfg dynamically 2008-02-25 14:56:51 +01:00
include IEC958 definitions for consumer status channel, byte 4 2008-02-29 12:42:57 +01:00
modules Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLUGIN_DIR 2008-03-07 17:18:16 +01:00
src Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLUGIN_DIR 2008-03-07 17:18:16 +01:00
test add a test code for snd_seq_client_info_event_filter_*() 2008-02-22 17:49:01 +01:00
utils Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
.hgignore Add test binaries to hgignore 2008-02-25 14:58:45 +01:00
.hgtags Added tag v1.0.16 for changeset b1dfac5a4d55 2008-02-05 10:08:10 +01:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:52:17 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in Create doxgen.cfg dynamically 2008-02-25 14:56:51 +01:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
cvscompile make sure commands in cvs/hg compile scripts worked 2006-09-26 15:37:07 +02:00
hgcompile make sure commands in cvs/hg compile scripts worked 2006-09-26 15:37:07 +02:00
INSTALL Add hgcompile script and fix INSTALL document 2006-05-12 15:33:44 +02:00
Makefile.am Allow build without libdl and libpthread 2007-03-22 00:48:18 +01:00
MEMORY-LEAK Initial version 2003-02-04 14:56:07 +00:00
NOTES Change assert condition in error message handler 2007-10-24 12:53:08 +02:00
TODO Added snd_config_load_override(). 2002-01-09 21:28:15 +00:00