shithub: opus-tools

Download patch

ref: d64048b4398c41309997539308a14d862eeb6eff
parent: 5d832fb70f45577b5620c9cd457e8d1403224dd7
author: Ralph Giles <giles@thaumas.net>
date: Fri Dec 7 04:19:35 EST 2012

Add -lm to the opusrtp build line.

This is a dependency of libopus.

--- a/Makefile.unix
+++ b/Makefile.unix
@@ -33,4 +33,4 @@
 	$(CC) $(LDFLAGS) $^ -o $@ -logg $(LIBS)
 
 opusrtp: src/opusrtp.o
-	$(CC) $(LDFLAGS) $^ -o $@ ../opus/.libs/libopus.a -logg
+	$(CC) $(LDFLAGS) $^ -o $@ ../opus/.libs/libopus.a -logg -lm