]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
composite aspect ratio fix (again ;-)), added fill compositing test case, filter...
[mlt] / src / modules / core / Makefile
index 5ef6eb2dfa0b280b4216c0a8cee44a175fcfb778..2fdb46971f455f7fc3eab9a6c324d332ac37bc79 100644 (file)
@@ -3,11 +3,20 @@ TARGET = ../libmltcore.so
 
 OBJS = factory.o \
           producer_ppm.o \
+          filter_brightness.o \
           filter_deinterlace.o \
           filter_greyscale.o \
-          transition_composite.o
-
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+          filter_gamma.o \
+          filter_luma.o \
+          filter_obscure.o \
+          filter_resize.o \
+          filter_volume.o \
+          filter_watermark.o \
+          transition_composite.o \
+          transition_luma.o \
+          transition_mix.o 
+
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)