Skip to content
Snippets Groups Projects
  1. May 30, 2012
    • 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
  2. May 29, 2012
  3. Sep 14, 2011
  4. Aug 28, 2011
    • Ralph Giles's avatar
      Add pkg-config support files. · 9f71309a
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      These files allow compiling and linking against the reference
      implementation with an invocation like `pkg-config --cflags
      --libs opus`. They're optional within the opus build system,
      but can simplify compilation for clients and are generally
      considered part of a normal autotools build these days.
      
      The -uninstalled version refers to local build products
      within the tree, which is helpful for testing and unprivileged
      builds. opus.pc is used once 'make install' has put the
      libraries and headers somewhere more permanent.
      9f71309a
Loading