field rendering and alignment for composite, bugfixes for luma, pixbuf and pango
[melted] / src / modules / core / Makefile
index 8c505ee..d1d05d7 100644 (file)
@@ -6,10 +6,15 @@ OBJS = factory.o \
           filter_deinterlace.o \
           filter_greyscale.o \
           filter_gamma.o \
+          filter_obscure.o \
           filter_resize.o \
-          transition_composite.o
+          filter_volume.o \
+          transition_composite.o \
+          transition_luma.o \
+          transition_mix.o \
+          filter_brightness.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)