You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mlt/src/modules/feeds/Makefile

16 lines
345 B

include ../../../config.mak
all:
depend:
distclean:
clean:
install: all
install -d $(DESTDIR)$(prefix)/share/mlt/modules/feeds/PAL
install -d $(DESTDIR)$(prefix)/share/mlt/modules/feeds/NTSC
install -m 644 PAL/*.* $(DESTDIR)$(prefix)/share/mlt/modules/feeds/PAL
install -m 644 NTSC/*.* $(DESTDIR)$(prefix)/share/mlt/modules/feeds/NTSC