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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-14 07:50:57 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-14 07:50:57 +0400
commitf5228ae08eba9e686d14dca72aa3f77458b50bf4 (patch)
tree9d3965f927b93793b967bc7885ab1c83890fcded /speex.pc.in
parentf5e57d673909f8fedbe468c2fcbc522313a81337 (diff)
Moved all the includes from /usr/include to /usr/include/speex
git-svn-id: http://svn.xiph.org/trunk/speex@7113 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'speex.pc.in')
-rw-r--r--speex.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/speex.pc.in b/speex.pc.in
new file mode 100644
index 0000000..c7d4cae
--- /dev/null
+++ b/speex.pc.in
@@ -0,0 +1,14 @@
+# libogg 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: ogg
+Conflicts:
+Libs: -L${libdir} -lspeex
+Cflags: -I${includedir}