From 45106b7e4d6ec3d3f13690cafd018ea0dfb601a4 Mon Sep 17 00:00:00 2001 From: Ron <ron@debian.org> Date: Tue, 2 Jul 2013 17:01:23 +0930 Subject: [PATCH] Link libopus itself with libm too --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 65fba901a..b090ca09f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ include opus_headers.mk libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVISION@:@OPUS_LT_AGE@ +libopus_la_LIBADD = $(LIBM) pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h -- GitLab