summaryrefslogtreecommitdiff
path: root/speex.pc.in
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:35:23 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 21:35:23 +0100
commit54068aa116eb79cf0e02296b763318ad65ead724 (patch)
tree9881e0ae8b0f117aa857117e0009f50c70e01782 /speex.pc.in
downloadspeex-54068aa116eb79cf0e02296b763318ad65ead724.tar.gz
Tarball conversion
Diffstat (limited to 'speex.pc.in')
-rw-r--r--speex.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/speex.pc.in b/speex.pc.in
new file mode 100644
index 0000000..3e72a36
--- /dev/null
+++ b/speex.pc.in
@@ -0,0 +1,15 @@
+# libspeex pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: speex
+Description: Speex is an audio codec tuned for speech
+Version: @SPEEX_VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} -lspeex
+Libs.private: -lm
+Cflags: -I${includedir}