Skip to content
Snippets Groups Projects
  1. Jun 14, 2020
  2. Dec 29, 2018
  3. Jan 13, 2018
  4. Dec 29, 2017
  5. Jan 15, 2017
  6. Nov 15, 2016
  7. Nov 14, 2016
  8. Nov 13, 2016
    • Ron's avatar
      Revert "Insure that the alsa plugin links against libao, since the plugin... · 651e2fa2
      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).
      651e2fa2
    • Ron's avatar
      Drop the old debian/ directory · 7e0557a9
      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.
      7e0557a9
  9. Jan 19, 2016
    • Ralph Giles's avatar
      Replace autogen.sh with a simple wrapper about autoreconf. · 97c0dea6
      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.
      97c0dea6
    • Ralph Giles's avatar
      Enable AM_SILENT_RULES when it's available. · 18e4c409
      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`.
      18e4c409
  10. Jan 18, 2016
  11. Jan 17, 2016
  12. Jan 10, 2016
  13. Apr 03, 2015
  14. Mar 07, 2015
  15. Feb 07, 2014
  16. Jan 28, 2014
  17. Jan 27, 2014
  18. Oct 04, 2013
  19. Aug 21, 2013
  20. Mar 14, 2013
Loading