X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Ffezzik%2FMakefile;h=137c9c2b9076293d3528dde4eb3bc1aac1e0c35f;hb=e253fb0e1e231bcdc77bc37b05c7a9724dbe2bb1;hp=2fe537525344b65042f5f827b061015b915b5a65;hpb=a0a988c50fce047427b445d5e21d7354862e8e23;p=melted diff --git a/src/modules/fezzik/Makefile b/src/modules/fezzik/Makefile index 2fe5375..137c9c2 100644 --- a/src/modules/fezzik/Makefile +++ b/src/modules/fezzik/Makefile @@ -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 = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread SRCS := $(OBJS:.o=.c) @@ -25,6 +25,7 @@ clean: rm -f $(OBJS) $(TARGET) install: all + install -m 755 $(TARGET) "$(prefix)/share/mlt/modules" install -m 644 ../fezzik.dict "$(prefix)/share/mlt/modules" ifneq ($(wildcard .depend),)