diff options
author | Clément Bœsch <u@pkh.me> | 2015-01-19 22:56:59 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-21 11:17:45 +0200 |
commit | a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 (patch) | |
tree | d59034c9a0adde267402b96735522bede478b9b5 /doc | |
parent | a06b0b1295c51d100101e0ca0434e199ad6de6b5 (diff) | |
download | ffmpeg-a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6.tar.gz |
tests: drop bc dependency
We already have a dependency on awk and bc is sometimes not found in the
base system.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 300c9ad84b..edd75770d6 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -130,8 +130,6 @@ You will need the following prerequisites: @item @uref{http://msys2.github.io/, MSYS2} @item @uref{http://yasm.tortall.net/, YASM} (Also available via MSYS2's package manager.) -@item @uref{http://gnuwin32.sourceforge.net/packages/bc.htm, bc for Windows} if -you want to run @uref{fate.html, FATE}. @end itemize To set up a proper environment in MSYS2, you need to run @code{msys_shell.bat} from @@ -278,7 +276,7 @@ binutils, gcc4-core, make, git, mingw-runtime, texi2html In order to run FATE you will also need the following "Utils" packages: @example -bc, diffutils +diffutils @end example If you want to build Libav with additional libraries, download Cygwin |