X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Frotoscoping%2FMakefile;h=f3f2dec09473bfc417dac3d63f464b6674e3f25a;hb=6453d1c04f43c722559ceff2293a24b281ff3262;hp=bd1025fa7e2d408669eda47076f5bb33be957172;hpb=b0d4345101cb837128da6e1e7f6529bae58dbeb9;p=mlt diff --git a/src/modules/rotoscoping/Makefile b/src/modules/rotoscoping/Makefile index bd1025fa..f3f2dec0 100644 --- a/src/modules/rotoscoping/Makefile +++ b/src/modules/rotoscoping/Makefile @@ -7,7 +7,8 @@ include ../../../config.mak TARGET = ../libmltrotoscoping$(LIBSUF) OBJS = factory.o \ - filter_rotoscoping.o + filter_rotoscoping.o \ + cJSON.o LDFLAGS += -lm @@ -29,7 +30,9 @@ clean: rm -f $(OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" + install -m 755 $(TARGET) "$(DESTDIR)$(moduledir)" + install -d $(DESTDIR)$(mltdatadir)/rotoscoping + install -m 644 filter_rotoscoping.yml "$(DESTDIR)$(mltdatadir)/rotoscoping" ifneq ($(wildcard .depend),) include .depend