--- src/download | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/download b/src/download index 1a05b02..43735f4 100644 --- a/src/download +++ b/src/download @@ -131,6 +131,16 @@ where <i>CLONE_URL</i> is one of the Git clone URLs listed in the table above. </p> +<p> +Make sure that you do not have Windows line endings in your checkouts, +otherwise you may experience spurious compilation failures. One way to +achieve this is to run +</p> + +<blockquote> +<pre>git config --global core.autocrlf false</pre> +</blockquote> + <h2>git.libav.org Repository Snapshots</h2> -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
