X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=4dd185c25d252f2496e581ce719e52984b080a3b;hb=edfb53ebb1ce5b141e34b7feb7df7448cbc5be96;hp=d1d05d79182c33dba3e32ecec8676123c9e3aefd;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index d1d05d7..4dd185c 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -3,16 +3,20 @@ 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 \ - filter_brightness.o + transition_region.o CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread @@ -35,3 +39,4 @@ clean: ifneq ($(wildcard .depend),) include .depend endif +