diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-10 21:15:47 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-03-10 21:15:47 +0000 |
commit | 1b9cec96e15e002cfad45b9841b2b88d994980df (patch) | |
tree | 19334bf1ac2eae26ef5915f14d78bb95839cafb9 /Makefile | |
parent | 6ed4eec550c816b732ac893af6ba1b975d9a4946 (diff) | |
download | ffmpeg-1b9cec96e15e002cfad45b9841b2b88d994980df.tar.gz |
Remove windows installer. I'm not aware of anyone that uses it.
Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |