comparison src/alac/stream.c @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents ed6c81bd9016
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
42 #endif 42 #endif
43 43
44 #include <stdlib.h> 44 #include <stdlib.h>
45 #include <errno.h> 45 #include <errno.h>
46 46
47 #include <audacious/plugin.h> 47 #include <audlegacy/plugin.h>
48 48
49 #include "stream.h" 49 #include "stream.h"
50 50
51 #define _Swap32(v) do { \ 51 #define _Swap32(v) do { \
52 v = (((v) & 0x000000FF) << 0x18) | \ 52 v = (((v) & 0x000000FF) << 0x18) | \