X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fwestley%2FMakefile;h=160181b647eb2d9914b913940558d1e7131ede60;hb=f2dda0fcd1c242afcd07f2c2ef98f8f6b3fb0e13;hp=871c9ac6a498688a9f13e3b4e2d300ba082c169c;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/westley/Makefile b/src/modules/westley/Makefile index 871c9ac..160181b 100644 --- a/src/modules/westley/Makefile +++ b/src/modules/westley/Makefile @@ -1,3 +1,4 @@ +include ../../../config.mak TARGET = ../libmltwestley.so @@ -5,7 +6,7 @@ OBJS = factory.o \ consumer_westley.o \ producer_westley.o -CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread `xml2-config --cflags` +CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread `xml2-config --cflags` LDFLAGS = `xml2-config --libs` @@ -25,6 +26,10 @@ dist-clean: clean clean: rm -f $(OBJS) $(TARGET) +install: all + install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" + install -m 644 westley.dtd "$(prefix)/share/mlt/modules" + ifneq ($(wildcard .depend),) include .depend endif