From f496ab12e473324e9b9f8bfc881d6b10b2601a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Paesa?= Date: Mon, 22 Dec 2008 23:30:33 +0000 Subject: [PATCH] The diffutils package is also needed (for the 'cmp' command). Spotted by Ramiro Polla. Originally committed as revision 16283 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/general.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/general.texi b/doc/general.texi index 514e8e5352..879dead847 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -669,7 +669,7 @@ implementation in MinGW. Just install your Cygwin with all the "Base" packages, plus the following "Devel" ones: @example -binutils, gcc-core, make, subversion, mingw-runtime +binutils, gcc-core, make, subversion, mingw-runtime, diffutils @end example Do not install binutils-20060709-1 (they are buggy on shared builds);