From 1b9cec96e15e002cfad45b9841b2b88d994980df Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 10 Mar 2008 21:15:47 +0000 Subject: Remove windows installer. I'm not aware of anyone that uses it. Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fac0d39130..5b5decf74a 100644 --- a/Makefile +++ b/Makefile @@ -156,10 +156,6 @@ install-progs: $(PROGS) install -d "$(BINDIR)" install -c -m 755 $(PROGS) "$(BINDIR)" -# Create the Windows installer. -wininstaller: all install - makensis ffinstall.nsi - install-man: install -d "$(MANDIR)/man1" install -m 644 $(MANPAGES) "$(MANDIR)/man1" @@ -437,7 +433,7 @@ tests/seek_test$(EXESUF): tests/seek_test.c .libs $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< $(EXTRALIBS) -.PHONY: all lib videohook documentation install* wininstaller uninstall* +.PHONY: all lib videohook documentation install* uninstall* .PHONY: dep depend clean distclean TAGS .PHONY: codectest libavtest seektest test-server fulltest test .PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error -- cgit v1.2.3