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.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.pc.in')
-rw-r--r-- | opus.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ Version: @VERSION@ Requires: Conflicts: Libs: -L${libdir} -lopus -Libs.private: @PC_LIBM@ +Libs.private: @LIBM@ Cflags: -I${includedir}/opus |