[FFmpeg-cvslog] configure: make --windres option work

Peter Ross git at videolan.org
Thu Dec 20 03:47:18 EET 2018


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Thu Dec 20 11:39:39 2018 +1100| [16ec62bbf4344d83a1ace856c2a79ab88044f48e] | committer: Peter Ross

configure: make --windres option work

this option is described by --help, but the definition was missing in CMDLINE_SET.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16ec62bbf4344d83a1ace856c2a79ab88044f48e
---

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

diff --git a/configure b/configure
index 2f35741aca..2205751402 100755
--- a/configure
+++ b/configure
@@ -2436,6 +2436,7 @@ CMDLINE_SET="
     tempprefix
     toolchain
     valgrind
+    windres
     x86asmexe
 "
 



More information about the ffmpeg-cvslog mailing list