summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2008-03-10 21:15:47 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-03-10 21:15:47 +0000
commit1b9cec96e15e002cfad45b9841b2b88d994980df (patch)
tree19334bf1ac2eae26ef5915f14d78bb95839cafb9 /Makefile
parent6ed4eec550c816b732ac893af6ba1b975d9a4946 (diff)
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--Makefile6
1 files changed, 1 insertions, 5 deletions
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