Closed tdaede closed 2 years ago
One possible fix I can see is on
https://github.com/xiph/awcy/blob/master/build_codec.sh#L128 to add --cc="gcc"
or --cc="cc"
to make it use gcc or whatever is the default cc. Preferably the same compiler as aom/avm
Alternatively, just using cmake directly would also probably be fine as well
quick ping to bring this up.
It prefers clang, but is finding the emscripten clang. We need to hide this from SVT-AV1 in the build script, or install a system clang for it to find first.