Skip to content
Snippets Groups Projects
  1. Sep 11, 2003
  2. Sep 03, 2003
  3. Aug 31, 2003
  4. Aug 30, 2003
  5. Aug 29, 2003
  6. Jul 14, 2003
  7. Jun 24, 2003
  8. Jan 08, 2003
  9. Nov 29, 2002
  10. Jul 19, 2002
  11. Dec 19, 2001
  12. Dec 07, 2001
  13. Nov 09, 2001
  14. Oct 16, 2001
  15. Sep 26, 2001
  16. Aug 31, 2001
  17. Aug 22, 2001
  18. Aug 21, 2001
  19. Aug 17, 2001
  20. Aug 13, 2001
  21. Aug 10, 2001
  22. Aug 04, 2001
  23. Jun 18, 2001
  24. Jun 13, 2001
  25. May 17, 2001
  26. Feb 28, 2001
    • Jeff Squyres's avatar
      Allow the user to specify their own additional CFLAGS and LDFLAGS when · c3a5e593
      Jeff Squyres authored
      they run configure/autogen.sh.
      
      If the environment variables CFLAGS and/or LDFLAGS are set, their values
      are saved and appended to the values that are set in configure.in.
      
      Example (csh-style, cope):
      
      % setenv CFLAGS -D_REENTRANT
      % ./autogen.sh
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1372 0101bb08-14d6-0310-b084-bc0e0c8e3800
      c3a5e593
    • Ralph Giles's avatar
      · 071f2eec
      Ralph Giles authored
      Unconditionally link with libpthread (if available) to work around
      a problem with segfault on dlclose()ing a driver that itself links
      with libpthread.
      
      (actually, it's the arts driver, which links with libarts which in
       turn links with libpthread)
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1368 0101bb08-14d6-0310-b084-bc0e0c8e3800
      071f2eec
  27. Feb 24, 2001
  28. Dec 30, 2000
  29. Dec 17, 2000
    • Ralph Giles's avatar
      · 6b3166c8
      Ralph Giles authored
      API change. Rather than passing the driver options as single "key:value"
      string, we have a slot for each in ao_append_option()
      
      corresponding documentation changes, harmonized ao_append_option()
      definition in the header and docs, plus some other doc fixups.
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1119 0101bb08-14d6-0310-b084-bc0e0c8e3800
      6b3166c8
Loading