mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/153/merge
parent
81c6e6c9ee
commit
bd22d7e601
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue