]> git.sesse.net Git - mlt/blobdiff - src/modules/kdenlive/Makefile
Set glsl_supported property to result of init_movit().
[mlt] / src / modules / kdenlive / Makefile
index d32ab0c61f50c7dc48526642877c9db1fe710e79..eabc4e76b756178321e11613d98396ecc8e1c1ca 100644 (file)
@@ -1,3 +1,7 @@
+CFLAGS += -I../..
+
+LDFLAGS += -L../../framework -lmlt
+
 include ../../../config.mak
 
 TARGET = ../libmltkdenlive$(LIBSUF)
@@ -8,9 +12,7 @@ OBJS = factory.o \
           filter_wave.o \
           producer_framebuffer.o
 
-CFLAGS += -I../..
 
-LDFLAGS += -L../../framework -lmlt
 LDFLAGS += -lm
 
 SRCS := $(OBJS:.o=.c)
@@ -30,7 +32,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)/kdenlive"
+       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/kdenlive"
 
 ifneq ($(wildcard .depend),)
 include .depend