Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 24, 2001
  3. Dec 30, 2000
  4. 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
  5. Nov 18, 2000
  6. Nov 08, 2000
  7. Nov 04, 2000
  8. Oct 31, 2000
  9. Oct 30, 2000
  10. Oct 10, 2000
  11. Sep 26, 2000
  12. Sep 03, 2000
Loading