X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=7bdf0a261a79d14bbcea9555da342cc8c45ab32e;hb=7e8b2c7d671891273c2fbbaaa91f6bc05591d929;hp=4f688281814dd64652f85193c79279e980a7cd96;hpb=de09bd0b00071c23666dc21bb15c619c0c9095d6;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 4f68828..7bdf0a2 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -8,6 +8,8 @@ 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 \ @@ -23,7 +25,7 @@ OBJS = factory.o \ transition_region.o \ consumer_null.o -ASM_OBJS = composite_line_yuv_mmx.o +ASM_OBJS = CFLAGS += -I../.. @@ -50,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