X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Ffezzik%2FMakefile;h=5576085d3da81e18e5e2a65b31d448cb6ca81c61;hb=789602d13b803a0247634d15769c372b510307f8;hp=1cb292e107d928cf3aafc88cd44578656f7e4558;hpb=36614fdbd3fb3724e58ff4b8402936c3ef7f0071;p=melted diff --git a/src/modules/fezzik/Makefile b/src/modules/fezzik/Makefile index 1cb292e..5576085 100644 --- a/src/modules/fezzik/Makefile +++ b/src/modules/fezzik/Makefile @@ -6,7 +6,9 @@ OBJS = factory.o \ producer_fezzik.o \ producer_hold.o -CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread +CFLAGS += -I../.. + +LDFLAGS+=-L../../framework -lmlt SRCS := $(OBJS:.o=.c) @@ -27,6 +29,7 @@ clean: 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