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