X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ad00a6bc8a536c7ff9d8b3bc53e0f58238b18aa4;hb=02e99cb00ed4a03a8f98c7f570cc9526478bfdc1;hp=5b8ac04af52b6e94c92aad0a8a64bab45711bcd2;hpb=15934f863eff9ee542f8b65fb7335ad944508f2f;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 5b8ac04..ad00a6b 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -1,13 +1,23 @@ -TARGET=libmltcore.so +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_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 + +CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread SRCS := $(OBJS:.o=.c)