]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/Makefile
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / avformat / Makefile
index 8d45fc6a2071d093053b1350cf83f833d45c5b18..3d24b4edfa4cfd9f263daf700e2690b1725cba73 100644 (file)
@@ -55,7 +55,7 @@ clean:
                rm -f $(OBJS) $(TARGET)
 
 install: all
-               install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+               install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend