Skip to content
Snippets Groups Projects
Forked from Xiph.Org / Opus
Source project has a limited visibility.
  • Ralph Giles's avatar
    9f71309a
    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
    History
    Add pkg-config support files.
    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.