diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-25 12:13:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-25 12:13:15 +0000 |
commit | 7a7be126632475356b16547d41824891b6b08aeb (patch) | |
tree | d6eeac5659bd2527a844a37f2a6050a6e0d01f1b /Makefile | |
parent | 706c0d65095f2e7f2f15833cb8bcf59f30c29e28 (diff) | |
download | ffmpeg-7a7be126632475356b16547d41824891b6b08aeb.tar.gz |
comment typo
Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ endif install -d "$(bindir)" install -c $(INSTALLSTRIP) -m 755 $(PROGS) "$(bindir)" -# create the window installer +# Create the Windows installer. wininstaller: all install makensis ffinstall.nsi |