affine with alpha and a broken sepia
[melted] / src / modules / fezzik / Makefile
index 2fe5375..e965ac9 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           producer_fezzik.o \
           producer_hold.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
 
 SRCS := $(OBJS:.o=.c)
 
@@ -25,7 +25,9 @@ clean:
                rm -f $(OBJS) $(TARGET) 
 
 install: all
+       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
        install -m 644 ../fezzik.dict "$(prefix)/share/mlt/modules"
+       install -m 644 ../fezzik.ini "$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend