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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-09-05 05:11:29 +0400
committerconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-09-05 05:11:29 +0400
commit164abc39d71b9a80d78ae50014d10ea46a45bf2c (patch)
treec8087decaafcfc4cb21feb7dfbce08cbe6e58b40 /speex.pc.in
parent94184578b1d74e76cbaf72c5f7edae319c852208 (diff)
remove incorrect lib dependency for pkg-config
git-svn-id: http://svn.xiph.org/trunk/speex@7695 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'speex.pc.in')
-rw-r--r--speex.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/speex.pc.in b/speex.pc.in
index c7d4cae..01275d7 100644
--- a/speex.pc.in
+++ b/speex.pc.in
@@ -1,4 +1,4 @@
-# libogg pkg-config source file
+# libspeex pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -8,7 +8,7 @@ includedir=@includedir@
Name: speex
Description: Speex is an audio codec tuned for speech
Version: @SPEEX_VERSION@
-Requires: ogg
+Requires:
Conflicts:
Libs: -L${libdir} -lspeex
Cflags: -I${includedir}