X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=41f7b347b61b84f2af4f333bdf0dfa75343da45a;hb=2cee5c4008cbbd4a12b2b85db3adc06717f22f67;hp=5ef6eb2dfa0b280b4216c0a8cee44a175fcfb778;hpb=4ed2712bbdac2182c7c0d6477ac77c9f92aaf02a;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 5ef6eb2..41f7b34 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -3,11 +3,19 @@ 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_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)