diff options
author | Martin Storsjö <martin@martin.st> | 2024-09-25 15:13:34 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-09-27 13:42:42 +0300 |
commit | bd22d7e601933ef8a0975fc9252cee2d44632f61 (patch) | |
tree | 5b75ade4bfd0cb7be423559067df1b2206d41910 /doc/examples/avio_http_serve_files.c | |
parent | 81c6e6c9eeb2ced02654631dbe83d342e6b59505 (diff) | |
download | ffmpeg-bd22d7e601933ef8a0975fc9252cee2d44632f61.tar.gz |
configure: Silence Xcode warnings about duplicate libraries
Since Xcode 15, macOS developer tools use a new linker. The new
linker by default warns for duplicate -l options. As this is a
known and expected thing, not to be considered an issue, ask for
the warning to be silenced.
This silences linker warnings like this:
ld: warning: ignoring duplicate libraries: '-lc++', '-lcrypto', '-lm', '-logg', '-lpthread', '-lssl', '-lvorbis', '-lvpx', '-lz'
The linker can also warn about duplicate -rpath options, and there's
currently no option to silence those warnings.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/examples/avio_http_serve_files.c')
0 files changed, 0 insertions, 0 deletions