diff options
author | Ron <ron@debian.org> | 2013-07-02 02:35:53 +0930 |
---|---|---|
committer | Ron <ron@debian.org> | 2013-07-02 02:35:53 +0930 |
commit | f92286b3dab0b59c984eb12ce32e7f40da3d671a (patch) | |
tree | 8075710b8f6c6d23faf1b0652fb7753192eb28db /opus-uninstalled.pc.in | |
parent | a9daf9fec3b43573e164e0486b4efca4272934bf (diff) | |
download | opus-f92286b3dab0b59c984eb12ce32e7f40da3d671a.tar.gz |
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-uninstalled.pc.in')
-rw-r--r-- | opus-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opus-uninstalled.pc.in b/opus-uninstalled.pc.in index 36e8db6a..3f2d6744 100644 --- a/opus-uninstalled.pc.in +++ b/opus-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: Opus IETF audio codec (not installed, @PC_BUILD@) Version: @VERSION@ Requires: Conflicts: -Libs: ${libdir}/libopus.a @PC_LIBM@ +Libs: ${libdir}/libopus.a @LIBM@ Cflags: -I${pcfiledir}/@top_srcdir@/include |