summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26autotools: update stylePatrick Welche1-1/+1
- rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-07-17build: Disable another compile chack with --disable-alsatestArun Raghavan1-0/+2
Signed-off-by: Arun Raghavan <arun.raghavan@collabora.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-01-20Introduce --with-pkgconfdir, add 64-bit defaults to gitcompileJaroslav Kysela1-1/+2
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2-2/+2
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-1/+1
Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
2006-10-06alsa.pc's Libs shouldn't contain -lm -ldl -lpthreadJaroslav Kysela1-1/+2
-lm -ldl -lpthread are _not_ needed in Libs (since the alsa interface doesn't depend on libm, libdl or libpthread interface) and just bring unneeded dependencies. These should rather be put in Libs.private: Libs: -L${libdir} -lasound Libs.private: -lm -ldl -lpthread See ALSA bug#2212 .
2006-04-06Changed permissions for scripts and added .hgignore fileJaroslav Kysela1-0/+0
Initial version of .hgignore file
2005-05-15Add $include/alsa to the include pathTakashi Iwai1-1/+3
Added $include/alsa to the include path again for backward compatibility. Some apps fail to be built without this.
2005-02-08Fix the include pathTakashi Iwai1-1/+1
Fixed the include path. Apps should include like <alsa/xxx>.
2004-09-15[ALSA-LIB] remove the library replacement for $LIBSTakashi Iwai1-5/+1
Don't remove libs (e.g. -lm -ldl) from $LIBS incorrectly. Better to keep them than wrong replacement.
2004-03-14Added rpmbuild detectionJaroslav Kysela1-2/+3
2004-01-16- fixed for the recent autoconf/automake.Takashi Iwai1-4/+6
- implemented --enable-alsatest feature.
2003-02-25clean up the spec file by Ronny V. Vindenes.Takashi Iwai1-21/+30
2002-09-18added pkg-config file alsa.pc.Takashi Iwai2-1/+15
2002-05-27- removed snd_seq_create_event from seq.h. it's deprecated.Takashi Iwai1-2/+2
the function itself still exists for compatibility but protected by DOC_HIDDEN. - a bit more comments about snd_seq_free_event. - since alsa.m4 used snd_seq_create_event for checking libasound, now it's replaced with snd_ctl_open.
2002-04-04Reverted and fixed AC_TRY_COMPILEJaroslav Kysela1-5/+2
2002-04-04Changed AC_TRY_COMPILE to AC_TRY_RUNJaroslav Kysela1-2/+2
2001-12-19Added Id:Jaroslav Kysela1-1/+1
2001-12-18Added pthread libraryJaroslav Kysela1-1/+2
2001-11-20Updated...Jaroslav Kysela1-24/+19
2001-11-20Added support for SuSE and automakeJaroslav Kysela1-7/+14
2001-11-12Modifications by Miroslav Benes <mbenes@tenez.cz>Jaroslav Kysela1-2/+20
2001-09-26Fixed paths by Mark CookeJaroslav Kysela1-1/+1
2001-09-21Added /usr/share/alsa directoryJaroslav Kysela1-0/+1
2001-09-11Changed location of asoundlib.hJaroslav Kysela2-3/+3
2001-06-08Removed snd_defaults_ functions.Jaroslav Kysela1-1/+1
Updated the syntax of configuration file to substitute values from the environment space. Updated alsa.conf to replace old snd_defaults_ functions.
2001-04-19One more fixJaroslav Kysela1-1/+2
2001-04-19Working replacementJaroslav Kysela1-3/+5
2001-04-19Added removal of duplicated -lm and -ldl entriesJaroslav Kysela1-0/+3
2001-01-14Modifications to handle the if-not-found situationJaroslav Kysela1-14/+48
2000-12-18Added -ldl to LIBSJaroslav Kysela1-3/+3
2000-12-04snd_cards->snd_defaults_cardJaroslav Kysela1-22/+4
2000-08-29Fix the check of ALSA_CFLAGS.Takashi Iwai1-2/+2
2000-08-28Cleaning from Henrik TheilingAbramo Bagnara1-7/+7
2000-05-18- Fix the old function prototype in pcm_plugin.hTakashi Iwai1-2/+2
- Remove double -lasound and add -lm in alsa.m4. -lm is required for PPC (and maybe others).
2000-02-27.tar.gz -> .tar.bz2Jaroslav Kysela2-5/+4
2000-01-10jcu.cz -> alsa-project.org modifications & other cleanupsJaroslav Kysela1-27/+1
1999-08-06Lang additions..Jaroslav Kysela1-0/+3
1999-01-18Some patches for clean compilation...Jaroslav Kysela1-6/+9
1998-12-30Fixes..Jaroslav Kysela1-2/+2
1998-12-30Mainly tarbal distribution fixes...Jaroslav Kysela1-0/+1
1998-12-09Fixes for %setup and alsa.m4...Jaroslav Kysela1-1/+2
1998-11-25Added backward compatility for version checking...Jaroslav Kysela1-0/+11
1998-11-24Updates for new version scheme...Jaroslav Kysela1-5/+5
1998-11-21Removed...Jaroslav Kysela1-187/+0
1998-11-18Only install alsa.m4 if aclocal is presentChris Cannam2-9/+34
1998-11-18I misunderstood the purpose of alsa.m4 - apologies...Chris Cannam2-0/+112
1998-11-18Switch to automake and libtoolChris Cannam5-15/+172
1998-11-04Added alsa-lib.m4 and corrected name of header file.Jaroslav Kysela1-1/+2
1998-11-02utils/alsa.m4 renamed to aclocal.m4Jaroslav Kysela1-91/+0