consumer avformat fix and silly stuff in lumas
[melted] / src / modules / inigo / Makefile
index bed91de..6e41327 100644 (file)
@@ -1,10 +1,11 @@
+include ../../../config.mak
 
 TARGET = ../libmltinigo.so
 
 OBJS = factory.o \
           producer_inigo.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
 
 SRCS := $(OBJS:.o=.c)
 
@@ -22,6 +23,9 @@ dist-clean:   clean
 clean: 
                rm -f $(OBJS) $(TARGET) 
 
+install: all
+       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif