]> git.sesse.net Git - mlt/blobdiff - src/tests/Makefile
fix regression on yadif deinterlace with progressive image
[mlt] / src / tests / Makefile
index c85ebe041e9533f1b8e21b5e741658f420521254..65099fb80487af1ac74b74cb5441ea183e062e35 100644 (file)
@@ -2,14 +2,15 @@ include ../../config.mak
 
 TARGET = dan charlie pango pixbuf dissolve luma
 
-CFLAGS += -I.. -rdynamic
+CFLAGS += -I.. $(RDYNAMIC)
 
-LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl
+LDFLAGS += -L../modules
+LDFLAGS += -L../framework -lmlt
 
 all: $(TARGET)
 
 hello:         hello.o
-                       $(CC) hello.o -o $@ -L ../framework -L ../modules -lmlt
+                       $(CC) hello.o -o $@ -L../framework -L../modules -lmlt
 
 pango:         pango.o
                        $(CC) pango.o -o $@ $(LDFLAGS)