X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;fp=src%2Fmodules%2Favformat%2FMakefile;h=3d24b4edfa4cfd9f263daf700e2690b1725cba73;hb=a162148e8a943e50f41941104b6c418ac8b95236;hp=8d45fc6a2071d093053b1350cf83f833d45c5b18;hpb=9bee7421e4b65a36f9977482a88027e8a5260eeb;p=melted diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index 8d45fc6..3d24b4e 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -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