Previously, these links were only located in a random news post on the front page.
Signed-off-by: Derek Buitenhuis <[email protected]> --- src/download | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/download b/src/download index 54eab8e..ba985b0 100644 --- a/src/download +++ b/src/download @@ -144,6 +144,25 @@ bootstrap your local libav.org repository. </p> +<a name="builds"></a><h1>Windows Nightly Builds</h1> + +<p> +Nighly builds of Libav linked with various libraries are done for 32-bit and +64-bit Windows, and can be obtained at the following URLs: +</p> + +<p> +<a href="http://win32.libav.org/win32/">32-bit Windows Builds</a><br /> +<a href="http://win32.libav.org/win32-pthreads/">32-bit Windows Builds using pthreads</a><br /> +<a href="http://win32.libav.org/win64/">64-bit Windows Builds</a> +</p> + +<p> +Please note that these builds are experimental and should be treated as such. +Report any bugs to the <a href="https://bugzilla.libav.org/">bugtracker</a>. +</p> + + <a name="releases"></a><h1>Libav Releases</h1> <p> -- 1.7.7.3 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
