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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-22 05:16:36 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-22 05:16:36 +0300
commit77ff83a28c313e47d4343c7390ce9e9724ff6b30 (patch)
tree5eb8bb0614c6ddf0ded7bc2232fd792399cfed61 /celt.pc.in
parent388f1d6cc8337ed4a2cdc6e07d03847986452b10 (diff)
Making the library usable by other projects (install things properly, added
pkg-config file)
Diffstat (limited to 'celt.pc.in')
-rw-r--r--celt.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/celt.pc.in b/celt.pc.in
new file mode 100644
index 0000000..b35836b
--- /dev/null
+++ b/celt.pc.in
@@ -0,0 +1,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 -lentcode -lm
+Cflags: -I${includedir}