diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-03-11 19:12:05 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-11 19:52:40 +0100 |
commit | 5926603ad65e5fd4fefe8f0d72c381059f71cd59 (patch) | |
tree | 7493a890da32554b939b904b8e4ffd07423dca39 | |
parent | d92024f18fa3d69937cb2575f3a8bf973df02430 (diff) | |
download | ffmpeg-5926603ad65e5fd4fefe8f0d72c381059f71cd59.tar.gz |
configure: Document --pkg-config option
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ Advanced options (experts only): --target-path=DIR path to view of build directory on target --target-samples=DIR path to samples directory on target --toolchain=NAME set tool defaults according to NAME + --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default] --nm=NM use nm tool --ar=AR use archive tool AR [$ar_default] --as=AS use assembler AS [$as_default] |