mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
My previous commit broke builds for restricted namespaces. Add
a underscore to fix this. Reviewed by: peter
This commit is contained in:
parent
1b8afd3984
commit
aa2e39baed
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ struct snd_size {
|
|||
#define AFMT_MPEG 0x00000200 /* MPEG MP2/MP3 audio */
|
||||
#define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */
|
||||
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
#if _BYTE_ORDER == _LITTLE_ENDIAN
|
||||
#define AFMT_S16_NE AFMT_S16_LE /* native endian signed 16 */
|
||||
#else
|
||||
#define AFMT_S16_NE AFMT_S16_BE
|
||||
|
|
|
|||
Loading…
Reference in a new issue