More corrections to frame position and audio/track handling
[melted] / src / modules / core / Makefile
index 5ea5606..e8d129b 100644 (file)
@@ -8,24 +8,29 @@ 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 += -I../..
 
+LDFLAGS+=-L../../framework -lmlt
+
 SRCS := $(OBJS:.o=.c)
 
 all:   $(TARGET)
@@ -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