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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-07-01 21:05:53 +0400
committerRon <ron@debian.org>2013-07-01 21:05:53 +0400
commitf92286b3dab0b59c984eb12ce32e7f40da3d671a (patch)
tree8075710b8f6c6d23faf1b0652fb7753192eb28db /opus.pc.in
parenta9daf9fec3b43573e164e0486b4efca4272934bf (diff)
Get rid of PC_LIBM
It only existed to not include -lm in the .pc for fixed point builds, but that is still needed since the float API is still enabled and will use at least lrint.
Diffstat (limited to 'opus.pc.in')
-rw-r--r--opus.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opus.pc.in b/opus.pc.in
index b7d40838..e15c6fed 100644
--- a/opus.pc.in
+++ b/opus.pc.in
@@ -12,5 +12,5 @@ Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lopus
-Libs.private: @PC_LIBM@
+Libs.private: @LIBM@
Cflags: -I${includedir}/opus