Welcome to mirror list, hosted at ThFree Co, Russian Federation.

opus.pc.in - gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6946e7de5c903250f90ec2b0932b034c69e9f963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Opus codec reference implementation pkg-config file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Opus
Description: Opus IETF audio codec (@PC_BUILD@ build)
URL: https://opus-codec.org/
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Libs.private: @LIBM@
Cflags: -I${includedir}/opus