[FFmpeg-cvslog] configure: add missing --strip option to show_help()
Matthieu Bouron
git at videolan.org
Thu Feb 25 21:34:01 CET 2016
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at stupeflix.com> | Wed Feb 24 11:40:12 2016 +0100| [666e2edc41b7daab5c4902b1936bc0937dc89e66] | committer: Matthieu Bouron
configure: add missing --strip option to show_help()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=666e2edc41b7daab5c4902b1936bc0937dc89e66
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 45e751f..0576c65 100755
--- a/configure
+++ b/configure
@@ -310,6 +310,7 @@ Toolchain options:
--nm=NM use nm tool NM [$nm_default]
--ar=AR use archive tool AR [$ar_default]
--as=AS use assembler AS [$as_default]
+ --strip=STRIP use strip tool STRIP [$strip_default]
--windres=WINDRES use windows resource compiler WINDRES [$windres_default]
--yasmexe=EXE use yasm-compatible assembler EXE [$yasmexe_default]
--cc=CC use C compiler CC [$cc_default]
More information about the ffmpeg-cvslog
mailing list