]> git.sesse.net Git - mlt/blobdiff - src/modules/dv/Makefile
Fix compile error on older versions of FFmepg 0.10 and 0.11.
[mlt] / src / modules / dv / Makefile
index 9cd2c6bd1d6c0a80bb32891746ac754313d88c93..4252ef148dd3dd1a6d48d6e41e280ac1e1ace459 100644 (file)
@@ -31,7 +31,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)/dv"
+       install -m 644 *.yml "$(DESTDIR)$(mltdatadir)/dv"
 
 ifneq ($(wildcard .depend),)
 include .depend