diff mbox

[FFmpeg-devel,3/3] configure: make --windres option work

Message ID 66f7d5475c99cc5b31a4e2aa0170fe108f8ee14f.1545266543.git.pross@xvid.org
State Accepted
Commit 16ec62bbf4344d83a1ace856c2a79ab88044f48e
Headers show

Commit Message

Peter Ross Dec. 20, 2018, 12:51 a.m. UTC
this option is described by --help, but the definition was missing in CMDLINE_SET.
---

 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

James Almer Dec. 20, 2018, 1:22 a.m. UTC | #1
On 12/19/2018 9:51 PM, Peter Ross wrote:
> this option is described by --help, but the definition was missing in CMDLINE_SET.
> ---
> 
>  configure | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure b/configure
> index 417fc470eb..6cbd642943 100755
> --- a/configure
> +++ b/configure
> @@ -2437,6 +2437,7 @@ CMDLINE_SET="
>      tempprefix
>      toolchain
>      valgrind
> +    windres
>      x86asmexe
>  "

How did i miss that...

LGTM.
diff mbox

Patch

diff --git a/configure b/configure
index 417fc470eb..6cbd642943 100755
--- a/configure
+++ b/configure
@@ -2437,6 +2437,7 @@  CMDLINE_SET="
     tempprefix
     toolchain
     valgrind
+    windres
     x86asmexe
 "