X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=4dd185c25d252f2496e581ce719e52984b080a3b;hb=df9b4610c2e08a6042d12a634a67d1fd082fca51;hp=3c0284253f37a4e47749ddfdee9ce4bae7b8bdbc;hpb=75288bcb5a5a3925cf8e94ba12f034a0a8fd6758;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 3c02842..4dd185c 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -3,17 +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 \ filter_volume.o \ + filter_watermark.o \ + producer_colour.o \ transition_composite.o \ transition_luma.o \ - transition_mix.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) @@ -34,3 +39,4 @@ clean: ifneq ($(wildcard .depend),) include .depend endif +