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