diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-09-29 00:42:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-09-29 00:42:45 +0000 |
commit | e926e391bdae92ef3c25bac8316f63aaa09604c6 (patch) | |
tree | cfb8ff257c404d0f3fcc183d6c21ed856f4581fb | |
parent | be0efc0cfa04964ae0373d42fadfe727ec476919 (diff) | |
download | ffmpeg-e926e391bdae92ef3c25bac8316f63aaa09604c6.tar.gz |
Remove references to release or CVS versions, they are misleading.
Originally committed as revision 4621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 8cf7188bf8..75021c3221 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -884,8 +884,7 @@ unpack the archive @file{i386-mingw32msvc.tar.gz} in the MinGW tool directory. Edit the @file{sdl-config} script so that it gives the correct SDL directory when invoked. -@item Extract the current version of FFmpeg (the latest release version or -the current CVS snapshot, whichever is recommended). +@item Extract the current version of FFmpeg. @item Start the MSYS shell (file @file{msys.bat}). @@ -962,9 +961,7 @@ this means your environment variables are set up correctly, the Microsoft linker is on the path and will be used by FFmpeg to create Visual-C++-compatible import libraries. -@item Extract the current version of FFmpeg (the latest release version or -the current CVS snapshot, whichever is recommended) and change to the -FFmpeg directory. +@item Extract the current version of FFmpeg and change to the FFmpeg directory. @item Type the command @code{./configure --enable-shared --enable-memalign-hack} to configure and, |