X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;h=3d1e1cc06e4c71d842411be73a207590f7bcd587;hb=c287a51b7a4c2cc437256c178a5eb2e7775d34fa;hp=e702047c016d3fd20c9efac8bc2fc0dc98f7e4d4;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index e702047..3d1e1cc 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -1,8 +1,10 @@ +include ../../../config.mak TARGET = ../libmltavformat.so OBJS = factory.o \ - producer_avformat.o + producer_avformat.o \ + consumer_avformat.o CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 @@ -24,6 +26,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