comparison libao2/afmt.h @ 8741:46d21c0f36aa

(nicer) endianness fix for every plugin except pl_format
author colin
date Fri, 03 Jan 2003 15:12:18 +0000
parents c8677169cc2c
children 7f8eb5f6814a
comparison
equal deleted inserted replaced
8740:cd67631ae382 8741:46d21c0f36aa
6 #else 6 #else
7 #ifdef HAVE_SOUNDCARD_H 7 #ifdef HAVE_SOUNDCARD_H
8 #include <soundcard.h> /* OpenBSD have this instead of <sys/soundcard> */ 8 #include <soundcard.h> /* OpenBSD have this instead of <sys/soundcard> */
9 #endif 9 #endif
10 #endif 10 #endif
11
12 #include "../config.h" /* for native endianness */
11 13
12 /* standard, old OSS audio formats */ 14 /* standard, old OSS audio formats */
13 #ifndef AFMT_MU_LAW 15 #ifndef AFMT_MU_LAW
14 # define AFMT_MU_LAW 0x00000001 16 # define AFMT_MU_LAW 0x00000001
15 # define AFMT_A_LAW 0x00000002 17 # define AFMT_A_LAW 0x00000002