]> git.sesse.net Git - mlt/blobdiff - src/modules/effectv/Makefile
fix BSTR string conversion under Windows
[mlt] / src / modules / effectv / Makefile
index a8f5f623c0eb7d01bd00f66a755a33d173e5ea5d..8887374d6852a713719680128eaff46bf8bf57c8 100644 (file)
@@ -1,3 +1,7 @@
+CFLAGS += -I../..
+
+LDFLAGS += -L../../framework -lmlt -lm
+
 include ../../../config.mak
 
 TARGET = ../libmlteffectv$(LIBSUF)
@@ -7,10 +11,6 @@ OBJS = factory.o \
           image.o \
           utils.o
 
-CFLAGS += -I../..
-
-LDFLAGS += -L../../framework -lmlt
-
 SRCS := $(OBJS:.o=.c)
 
 all:   $(TARGET)
@@ -29,6 +29,8 @@ clean:
 
 install: all
        install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
+       install -d "$(DESTDIR)$(datadir)/mlt/effectv"
+       install -m 644 *.yml "$(DESTDIR)$(datadir)/mlt/effectv"
 
 ifneq ($(wildcard .depend),)
 include .depend