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: 8a890647eaab56ad0b8e7358ebb848da02e05751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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@LIBCELT_SUFFIX@
Libs.private: -lm
Cflags: -I${includedir}