Skip to content

vlc.js: enable soxr contrib

Mehdi Sabwat requested to merge b1ue/vlc:enable_soxr into master

The patch is needed because the CMake TestBigEndian module cannot check endianness for js/wasm targets. We force little endian because WASM has LE byte ordering.

Merge request reports