avformat whoops, pooling claridication and removal of dv leak
[melted] / src / valerie / Makefile
index 6fa6d0a..7322577 100644 (file)
@@ -17,6 +17,11 @@ CFLAGS=-O3 -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 LDFLAGS=-ldv -lpthread
 
+ifeq ($(MLT_GPROF),true)
+CFLAGS+=-p
+LDFLAGS+=-p
+endif
+
 all: $(TARGET)
 
 $(TARGET): $(OBJS)