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

celt.pc.in - gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98cc0089071c3b216bc448b5a16f6c2aa302a099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libcelt pkg-config source file

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

Name: celt
Description: CELT is a low-delay audio codec
Version: @CELT_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcelt -lm
Cflags: -I${includedir}