X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ad00a6bc8a536c7ff9d8b3bc53e0f58238b18aa4;hb=12d4027b3039f13c4b5f9fdb12f2fb4b7d3c3f44;hp=d1d05d79182c33dba3e32ecec8676123c9e3aefd;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index d1d05d7..ad00a6b 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -3,16 +3,19 @@ TARGET = ../libmltcore.so OBJS = factory.o \ producer_ppm.o \ + filter_brightness.o \ filter_deinterlace.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 \ transition_composite.o \ transition_luma.o \ - transition_mix.o \ - filter_brightness.o + transition_mix.o CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread