From d35ff76b794281956cfb75430abee75227fd0378 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 11 Sep 2003 22:49:35 +0000 Subject: windows installer Originally committed as revision 2263 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e12d33345..d1c7a4bdb0 100644 --- a/Makefile +++ b/Makefile @@ -111,12 +111,18 @@ ffplay.o: ffplay.c videohook: .libs $(MAKE) -C vhook all +.PHONY: install + install: all install-man $(INSTALLVHOOK) $(MAKE) -C libavcodec install $(MAKE) -C libavformat install install -d $(prefix)/bin install -c -s -m 755 $(PROG) $(prefix)/bin +# create the window installer +wininstaller: all install + makensis ffinstall.nsi + # install man from source dir if available install-man: if [ -f $(SRC_PATH)/doc/ffmpeg.1 ] ; then \ -- cgit v1.2.3