contrib: vpx: allow compiling without bitcode
As vpx buildsystem adds -fembed-bitcode as long as iphone target is > 8 it makes the build fails on compilers not supporting bitcode embedding. In any case, we enable bitcode embedding ourselves by adding it to the contribs CFLAGS, which ends up in --extra-cflags in vpx.
contrib/src/vpx/libvpx-remove-bitcode.patch
0 → 100644
Please register or sign in to comment