add luma to composite.
[melted] / src / modules / core / Makefile
index fe4a0bb..4dd185c 100644 (file)
@@ -3,12 +3,22 @@ TARGET = ../libmltcore.so
 
 OBJS = factory.o \
           producer_ppm.o \
-          filter_deinterlace.o \
+          filter_brightness.o \
           filter_greyscale.o \
+          filter_gamma.o \
+          filter_luma.o \
+          filter_obscure.o \
+          filter_region.o \
           filter_resize.o \
-          transition_composite.o
+          filter_volume.o \
+          filter_watermark.o \
+          producer_colour.o \
+          transition_composite.o \
+          transition_luma.o \
+          transition_mix.o \
+          transition_region.o 
 
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)
 
@@ -29,3 +39,4 @@ clean:
 ifneq ($(wildcard .depend),)
 include .depend
 endif
+