]> git.sesse.net Git - mlt/blobdiff - src/albino/Makefile
Configure and build tuning
[mlt] / src / albino / Makefile
index 4ad38e487c54c988ee2ebe1852955b14393fed26..bb9bd08ea6b76ce1f00b7e3a21d09661532f03c2 100644 (file)
@@ -4,9 +4,9 @@ TARGET = albino
 
 OBJS = albino.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
+CFLAGS += -I.. -rdynamic
 
-LDFLAGS = -L ../valerie -L ../miracle -L ../framework -lmiracle -lmlt -lvalerie
+LDFLAGS = -L ../miracle -lmiracle 
 
 SRCS := $(OBJS:.o=.c)