Removed superflous mmx compilation
[melted] / src / modules / core / Makefile
index 4f68828..7bdf0a2 100644 (file)
@@ -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