Browse Source

Document that using "make -r" might be faster than plain "make" in Windows.

Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ramiro Polla 15 years ago
parent
commit
b94ca20803
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/general.texi

+ 6
- 0
doc/general.texi View File

@@ -735,6 +735,12 @@ Notes:

@itemize

@item Building natively using MSYS can be sped up by disabling implicit rules
in the Makefile by calling @code{make -r} instead of plain @code{make}. This
speed up is close to non-existent for normal one-off builds and is only
noticeable when running make for a second time (for example in
@code{make install}).

@item In order to compile FFplay, you must have the MinGW development library
of SDL. Get it from @url{http://www.libsdl.org}.
Edit the @file{bin/sdl-config} script so that it points to the correct prefix


Loading…
Cancel
Save