mirror of https://git.ffmpeg.org/ffmpeg.git
comment typo
Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
706c0d6509
commit
7a7be12663
2
Makefile
2
Makefile
|
@ -126,7 +126,7 @@ endif
|
||||||
install -d "$(bindir)"
|
install -d "$(bindir)"
|
||||||
install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(bindir)"
|
install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(bindir)"
|
||||||
|
|
||||||
# create the window installer
|
# Create the Windows installer.
|
||||||
wininstaller: all install
|
wininstaller: all install
|
||||||
makensis ffinstall.nsi
|
makensis ffinstall.nsi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue