shithub: opus

Download patch

ref: 45106b7e4d6ec3d3f13690cafd018ea0dfb601a4
parent: 4eb399d7f4d97f5f20081db6196dba04d22113a4
author: Ron <[email protected]>
date: Tue Jul 2 13:01:23 EDT 2013

Link libopus itself with libm too

--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@
 
 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