move binary modules to libdir - affects MLT_REPOSITORY
[melted] / src / modules / avformat / Makefile
index 8d45fc6..3d24b4e 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