James Cowgill 34ec2795a1 Fix Ogg ov_read call on big-endian systems
In the `ov_read` API, the fouth parameter says what endianness the
samples should be returned in - `0` for little-endian, and `1` for
big-endian. SFML wants samples in the host endian, so we need to set
this parameter to 1 on big-endian systems.

Fixes a unit test failure on big-endian systems.
2024-12-08 15:08:13 -07:00
..