xiph / awcy

http://arewecompressedyet.com/
MIT License
70 stars 46 forks source link

beta.arewecompressedyet.com fails to compile SVT-AV1 #311

Closed tdaede closed 1 year ago

tdaede commented 2 years ago

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.

1480c1 commented 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

1480c1 commented 2 years ago

Alternatively, just using cmake directly would also probably be fine as well

vibhoothi commented 2 years ago

quick ping to bring this up.