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>2006-11-14 07:09:48 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-11-14 07:09:48 +0300
commit5536fe23e85e321a7c1d00e93a5aea6b787a6d8d (patch)
tree3bb5867299451a8d16f8646156c3eaecb2fb112e /speex.pc.in
parent5c7ab1a98e3c5fddb61e4dbf5732159d283cae7a (diff)
Speex still requires libm, so I might as well add that to the build options.
git-svn-id: http://svn.xiph.org/trunk/speex@12107 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'speex.pc.in')
-rw-r--r--speex.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/speex.pc.in b/speex.pc.in
index 01275d7..6ffe023 100644
--- a/speex.pc.in
+++ b/speex.pc.in
@@ -10,5 +10,5 @@ Description: Speex is an audio codec tuned for speech
Version: @SPEEX_VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lspeex
+Libs: -L${libdir} -lspeex -lm
Cflags: -I${includedir}