X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ad00a6bc8a536c7ff9d8b3bc53e0f58238b18aa4;hb=12d4027b3039f13c4b5f9fdb12f2fb4b7d3c3f44;hp=9dd52cda02c685782288980794d56479e6291ffd;hpb=3e0edf239fc98d1180f73ff3ba4a0c1331147fae;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 9dd52cd..ad00a6b 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -3,14 +3,21 @@ 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_luma.o \ + transition_mix.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)