diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-19 12:19:02 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-04-19 12:19:02 +0000 |
commit | d6504e427cccfe30fc2b8bafb17ad64ddd08d770 (patch) | |
tree | 6d7027d7a925e158e1d67a7c72a2c749a996cb69 /doc | |
parent | 144b5bdc70ce1ea969be96f558e280810d19cdcf (diff) | |
download | ffmpeg-d6504e427cccfe30fc2b8bafb17ad64ddd08d770.tar.gz |
make wininstaller has been removed in r12416
Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/general.texi b/doc/general.texi index b8bf1727e9..e96cbda754 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -401,11 +401,6 @@ Edit the @file{bin/sdl-config} script so that it points to the correct prefix where SDL was installed. Verify that @file{sdl-config} can be launched from the MSYS command line. -@item The target @code{make wininstaller} can be used to create a -Nullsoft-based Windows installer for FFmpeg and FFplay. @file{SDL.dll} -must be copied to the FFmpeg directory in order to build the -installer. - @item By using @code{./configure --enable-shared} when configuring FFmpeg, you can build libavutil, libavcodec and libavformat as DLLs. |