[ios] Use generic implementation of libvpx in "catalyst" environment
The linker fails if any object file does not define LC_BUILD_VERSION when linking a binary for "catalyst" environment. As nasm does not create such a section, the build fail if using optimised version of libvpx. As a workaround, use generic implementation instead of the optimized one in that configuration (since it is still experimental anyway). Bug: 1145197, 1138425 Change-Id: I6bf02c499d8e35dcc0fe34f5bb53df230a8449cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517955 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#824389}
Showing
build/config/ios/config.gni
0 → 100644
Please register or sign in to comment