Skip to content
Snippets Groups Projects
  1. Jul 13, 2012
  2. Jul 12, 2012
  3. Jul 11, 2012
  4. Jul 07, 2012
  5. Jul 05, 2012
  6. Jun 29, 2012
  7. Jun 19, 2012
  8. Jun 14, 2012
  9. Jun 11, 2012
  10. Jun 04, 2012
  11. Jun 03, 2012
  12. Jun 01, 2012
  13. May 31, 2012
  14. May 30, 2012
    • Gregory Maxwell's avatar
      Fix for building mingw32 apps. · 9ce27c56
      Gregory Maxwell authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      9ce27c56
    • Ralph Giles's avatar
      Advertise the static library for uninstalled builds. · d8f1c709
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      It's less surprising for people using the -uninstalled
      pkg-config file if we advertise the static library rather
      than the shared build. That way the executables work without
      having to hack the same location into LD_LIBRARY_PATH, and
      the resulting binaries are easier to distribute.
      
      For this to actually work with opus-tools, the -fPIE had
      to be turned off, as it was in 1d128b4d5c6f. Support
      for static PIE builds would be restored if we compiled
      libopus.a with -fPIC.
      
      Also remove the private header locations. These are no
      longer required to declare any of the public api.
      d8f1c709
Loading