- Jun 14, 2020
-
-
-
Ralph Giles authored
Add gitlab ci build description. See merge request !3
-
Ralph Giles authored
Enable a basic build test under gitlab's continuous integration system so we get some feedback on the state state of each commit now that we're hosting the upstream repository there. Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- Dec 29, 2018
-
-
Tristan Matthews authored
Fixes #3
-
- Jan 13, 2018
-
-
Ron authored
Adds some missing checks spotted by eye in a visual review while looking into the details of https://bugs.debian.org/870608
-
- Dec 29, 2017
-
-
Simon Hafner authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jan 15, 2017
-
-
Tristan Matthews authored
-
- Nov 15, 2016
-
-
Ralph Giles authored
Since we have platform-dependent output modules, try building on both linux and mac.
-
- Nov 14, 2016
- Nov 13, 2016
-
-
Ron authored
Revert "Insure that the alsa plugin links against libao, since the plugin calls ao_is_big_endian from libao." This reverts commit d11c3f1a. This change was the wrong way to 'fix' the problem reported in trac #1779. In normal use the plugin should already have access to the symbols from the library that loaded it, so creating a circular dependency between them isn't helpful. If some other user is dynamically loading the core libao itself as a plugin to their application, then they need to use RTLD_GLOBAL to ensure its symbols are made available to its plugins (in the same way that libao needs to do this when dynamically loading alsa for alsa's own plugins).
-
Ron authored
It's been out of date since 2004 and v0.8.5, so it's not really helping anyone to still have it in this repo. See https://packages.qa.debian.org/liba/libao.html for a link to where the repository containing the debian packaging is found.
-
- Jan 19, 2016
-
-
Ralph Giles authored
The autoreconf tool does the same tool detection the older shell script does, and is now sufficiently widely deployed to depend on. The new script is what is currently used in other Xiph.Org projects. Note this is a change to the new pattern of needing to invoke ./configure separately after running ./autogen.sh.
-
Ralph Giles authored
This condenses the flag-heavy compiler invocations, making warnings easier to see. The old behaviour can be recovered with `make V=1`.
-
- Jan 18, 2016
-
-
Ralph Giles authored
-
Ralph Giles authored
Replace references with AM_CPPFLAGS. This worked as far back as automake 1.6, our declared minimum version.
-
Ralph Giles authored
Add newer generated files from the autotools build.
-
- Jan 17, 2016
-
-
Lars-Dominik Braun authored
Behavior for default_driver was different from driver-specific options (no surrounding whitespace allowed). Comments are properly ignored now.
-
Lars-Dominik Braun authored
-
Lars-Dominik Braun authored
-
Lars-Dominik Braun authored
For consistency with plugin API docs and other plugins. Fixes trac #1971.
-
Lars-Dominik Braun authored
Fixes trac #1999.
-
Lars-Dominik Braun authored
Fixes trac #2022.
-
Lars-Dominik Braun authored
Fixes trace #2023.
-
Lars-Dominik Braun authored
Fixes trac #2129.
-
Lars-Dominik Braun authored
Fixes trac #2204.
-
- Jan 10, 2016
-
-
Herman Sheremetyev authored
-
Herman Sheremetyev authored
-
- Apr 03, 2015
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19479 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19478 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 07, 2015
-
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@19470 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 07, 2014
-
-
Ralph Giles authored
Patch by Tristan Matthews. https://review.xiph.org/184/ git-svn-id: http://svn.xiph.org/trunk/ao@19083 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 28, 2014
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@19079 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 27, 2014
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@19076 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
I didn't list all the trac tickets; that's what the repository commit log is for. I prefer CHANGES just list the major highlights. git-svn-id: http://svn.xiph.org/trunk/ao@19075 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
Fixes 'make distcheck'. git-svn-id: http://svn.xiph.org/trunk/ao@19074 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Oct 04, 2013
-
-
Ralph Giles authored
Also move the link arguments to the end for platforms which require that. Thanks to Craig Turner for the bug report. git-svn-id: http://svn.xiph.org/trunk/ao@19005 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 21, 2013
-
-
Monty Montgomery authored
Insure that the alsa plugin links against libao, since the plugin calls ao_is_big_endian from libao. Closes Trac #1779 git-svn-id: http://svn.xiph.org/trunk/ao@18984 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 14, 2013
-
-
Monty Montgomery authored
Add logic to ALSA driver such that it also tries greater bitdepths if device open fails with the requested depth. git-svn-id: http://svn.xiph.org/trunk/ao@18883 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@18882 0101bb08-14d6-0310-b084-bc0e0c8e3800
-