diff options
author | Chris Robinson <[email protected]> | 2010-03-17 19:15:51 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-17 19:15:51 -0700 |
commit | 932e5ec9b8bb544bb4a5227a538bb231e94162c6 (patch) | |
tree | cc9fea298a5946577700ab05e3aadc6c0487b25e /Alc/ALc.c | |
parent | af5fb1d5351859fd23662b82e404565122770caa (diff) |
The enums are the same as with mcforamts, so advertise AL_EXT_MULAW too
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -214,8 +214,9 @@ static ALCenum g_eLastContextError = ALC_NO_ERROR; static const ALchar alExtList[] = "AL_EXTX_buffer_sub_data AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE " "AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS " - "AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXTX_sample_buffer_object " - "AL_EXT_source_distance_model AL_LOKI_quadriphonic"; + "AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET " + "AL_EXTX_sample_buffer_object AL_EXT_source_distance_model " + "AL_LOKI_quadriphonic"; // Mixing Priority Level ALint RTPrioLevel; |