diff mbox series

[FFmpeg-devel] web: link GH Actions based Windows-Builds by BtbN

Message ID 20200916111534.1236-1-timo@rothenpieler.org
State New
Headers show
Series [FFmpeg-devel] web: link GH Actions based Windows-Builds by BtbN | expand

Checks

Context Check Description
andriy/default pending
andriy/configure warning Failed to apply patch

Commit Message

Timo Rothenpieler Sept. 16, 2020, 11:15 a.m. UTC
---
 src/download | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jan Ekström Sept. 16, 2020, 1:35 p.m. UTC | #1
On Wed, Sep 16, 2020 at 2:16 PM Timo Rothenpieler <timo@rothenpieler.org> wrote:
>
> ---
>  src/download | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/download b/src/download
> index 706d402..0f090b8 100644
> --- a/src/download
> +++ b/src/download
> @@ -79,6 +79,9 @@
>              <h3>Windows EXE Files</h3>
>
>              <div class="list-group">
> +              <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases">
> +                Windows builds by BtbN
> +              </a>
>              </div> <!-- list-group -->
>
>            </div> <!-- build -->
> --
> 2.25.1
>

I'd say this is quite acceptable:

- Community member.
- Is on IRC so can be easily contacted.
- Whole setup is open source on github.

Thus anyone wanting to duplicate should be capable of doing it
relatively easily.

Jan
Michael Niedermayer Sept. 16, 2020, 10:19 p.m. UTC | #2
On Wed, Sep 16, 2020 at 01:15:34PM +0200, Timo Rothenpieler wrote:
> ---
>  src/download | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/download b/src/download
> index 706d402..0f090b8 100644
> --- a/src/download
> +++ b/src/download
> @@ -79,6 +79,9 @@
>              <h3>Windows EXE Files</h3>
>  
>              <div class="list-group">
> +              <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases">
> +                Windows builds by BtbN
> +              </a>

nice

i was wondering (before seeing this) if the binaries built by fate clients
could serve as builds.
Making the fate client binaries downloadable seemed like an interresting
solution too

thx



[...]
Lou Logan Sept. 19, 2020, 3:03 a.m. UTC | #3
Wed Sep 16 14:15:34 EEST 2020, Timo Rothenpieler wrote:

> ---
>  src/download | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/download b/src/download
> index 706d402..0f090b8 100644
> --- a/src/download
> +++ b/src/download
> @@ -79,6 +79,9 @@
>              <h3>Windows EXE Files</h3>
>  
>              <div class="list-group">
> +              <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases">
> +                Windows builds by BtbN
> +              </a>
>              </div> <!-- list-group -->
>  
>            </div> <!-- build -->

Pushed, thanks.
diff mbox series

Patch

diff --git a/src/download b/src/download
index 706d402..0f090b8 100644
--- a/src/download
+++ b/src/download
@@ -79,6 +79,9 @@ 
             <h3>Windows EXE Files</h3>
 
             <div class="list-group">
+              <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases">
+                Windows builds by BtbN
+              </a>
             </div> <!-- list-group -->
 
           </div> <!-- build -->