composite key frames
[melted] / src / modules / core / Makefile
index 4c458d1..41f7b34 100644 (file)
@@ -3,16 +3,19 @@ TARGET = ../libmltcore.so
 
 OBJS = factory.o \
           producer_ppm.o \
+          filter_brightness.o \
           filter_deinterlace.o \
           filter_greyscale.o \
           filter_gamma.o \
+          filter_obscure.o \
           filter_resize.o \
+          filter_volume.o \
+          filter_watermark.o \
           transition_composite.o \
           transition_luma.o \
-          transition_mix.o \
-          filter_volume.o
+          transition_mix.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)