consumer_avformat.c: further analysis and testing reveals the DV encoder does not...
[melted] / src / modules / qimage / Makefile
index 8c23b6e..dfd3993 100644 (file)
@@ -30,7 +30,7 @@ clean:
                rm -f $(OBJS) $(TARGET) $(CPPOBJS)
 
 install: all
-       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt"
 
 ifneq ($(wildcard .depend),)
 include .depend