Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
    • Ron's avatar
      Get rid of PC_LIBM · f92286b3
      Ron authored
      It only existed to not include -lm in the .pc for fixed point builds,
      but that is still needed since the float API is still enabled and
      will use at least lrint.
      f92286b3
  2. Sep 17, 2012
  3. 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