X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ec8cd5ffd4bc86ec59fd37cd65e4ad30592cfdca;hb=22be595e8fbe06332714ee47e1fc1f4b6a718c45;hp=30b92262b15e77807fcf08f675aa772627d469c7;hpb=141759f8441d680a2eb8cea282acf3aeb3aec440;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 30b9226..ec8cd5f 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -4,10 +4,9 @@ TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ - producer_framebuffer.o \ + producer_consumer.o \ producer_noise.o \ producer_ppm.o \ - filter_boxblur.o \ filter_brightness.o \ filter_channelcopy.o \ filter_data_feed.o \ @@ -23,7 +22,6 @@ OBJS = factory.o \ filter_resize.o \ filter_transition.o \ filter_watermark.o \ - filter_wave.o \ transition_composite.o \ transition_luma.o \ transition_mix.o \ @@ -56,8 +54,8 @@ clean: rm -f $(OBJS) $(ASM_OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" - install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" + install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt" ifneq ($(wildcard .depend),) include .depend