]> git.sesse.net Git - mlt/commitdiff
Fix underlinking libm for sdl module.
authorDan Dennedy <dan@dennedy.org>
Thu, 18 Jun 2009 22:40:20 +0000 (15:40 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 18 Jun 2009 22:40:20 +0000 (15:40 -0700)
Patch from Debian.

Signed-off-by: Dan Dennedy <dan@dennedy.org>
src/modules/sox/Makefile

index 472c5915a70f92ea445233be7b13d4a31ffe14f9..d9aafd6e8029a62a9b45c06fc1bbc29df17c01d5 100644 (file)
@@ -2,7 +2,7 @@ include ../../../config.mak
 
 CFLAGS += -I../..
 
-LDFLAGS += -L../../framework -lmlt
+LDFLAGS += -L../../framework -lmlt -lm
 
 include config.mak