| 1 |
# We need to link against the math lib for sqrt() which was missing on some platforms.
|
| 2 |
|
| 3 |
diff -Naur mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile mlt-0.4.2+git20090618/src/modules/sox/Makefile
|
| 4 |
--- mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile 2009-06-18 09:43:05.000000000 +0200
|
| 5 |
+++ mlt-0.4.2+git20090618/src/modules/sox/Makefile 2009-06-18 13:03:38.000000000 +0200
|
| 6 |
@@ -2,7 +2,7 @@
|
| 7 |
|
| 8 |
CFLAGS += -I../..
|
| 9 |
|
| 10 |
-LDFLAGS += -L../../framework -lmlt
|
| 11 |
+LDFLAGS += -L../../framework -lmlt -lm
|
| 12 |
|
| 13 |
include config.mak
|
| 14 |
|