diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-02-24 11:40:12 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@gmail.com> | 2016-02-25 21:21:39 +0100 |
commit | 666e2edc41b7daab5c4902b1936bc0937dc89e66 (patch) | |
tree | ec7ea214f54f58203f9bf74d632b4a8dfbcdc490 /configure | |
parent | 0f31d401c35c6d39462c2b3e2aa7b573db0ccfde (diff) | |
download | ffmpeg-666e2edc41b7daab5c4902b1936bc0937dc89e66.tar.gz |
configure: add missing --strip option to show_help()
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |