X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2FMakefile;h=3d19024101f88eea8fdbe96ab97f195b609a0816;hb=bd208d01a2a792e698a9b4884b43602b2f245a8f;hp=8b89411f4881cd3de18af959b33ff2deb3b70a7f;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/vorbis/Makefile b/src/modules/vorbis/Makefile index 8b89411..3d19024 100644 --- a/src/modules/vorbis/Makefile +++ b/src/modules/vorbis/Makefile @@ -1,10 +1,11 @@ +include ../../../config.mak TARGET = ../libmltvorbis.so OBJS = factory.o \ producer_vorbis.o -CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 +CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 LDFLAGS = -lvorbisfile -lvorbis @@ -24,6 +25,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