realtime scheduling updates; suppress libdv errors; add frame property deinterlace_me...
[melted] / src / albino / Makefile
index 4ad38e4..05daf22 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 -L../valerie -lvalerie -L../miracle -lmiracle -L../framework -lmlt
 
 SRCS := $(OBJS:.o=.c)