X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=e8d129b6531a8ee56e20a134318ea93b59369a8b;hb=22b237f78474fdca383d29df1e58ae7021e9df58;hp=a906252b7bdaf3e02bae8fd8a0285a7d7f9beff3;hpb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index a906252..e8d129b 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -8,23 +8,28 @@ OBJS = factory.o \ producer_ppm.o \ filter_brightness.o \ filter_channelcopy.o \ + filter_data_feed.o \ + filter_data_show.o \ filter_gamma.o \ filter_greyscale.o \ filter_luma.o \ filter_mirror.o \ filter_obscure.o \ filter_region.o \ + filter_rescale.o \ filter_resize.o \ - filter_volume.o \ filter_watermark.o \ transition_composite.o \ transition_luma.o \ transition_mix.o \ - transition_region.o + transition_region.o \ + consumer_null.o ASM_OBJS = composite_line_yuv_mmx.o -CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -DUSE_MMX -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread +CFLAGS += -I../.. + +LDFLAGS+=-L../../framework -lmlt SRCS := $(OBJS:.o=.c) @@ -47,6 +52,7 @@ clean: install: all install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" + install -m 644 ../data_fx.properties "$(prefix)/share/mlt/modules" ifneq ($(wildcard .depend),) include .depend