source: roaraudio/include/roaraudio/config.h.OLD @ 5283:d659c49fa602

Last change on this file since 5283:d659c49fa602 was 323:60282fdc8511, checked in by phi, 16 years ago

added basic strcuture for rw codecfilter CELT

File size: 311 bytes
Line 
1//config.h:
2
3#ifndef _ROARAUDIO_CONFIG_H_
4#define _ROARAUDIO_CONFIG_H_
5
6#define ROAR_HAVE_ESD
7#define ROAR_HAVE_LIBAO
8#define ROAR_HAVE_LIBVORBIS
9#define ROAR_HAVE_LIBVORBISFILE
10
11#define ROAR_HAVE_LIBCELT
12
13#define ROAR_HAVE_SAFE_OVERFLOW
14
15#define ROAR_HAVE_LINUX_SENDFILE
16
17#define ROAR_HAVE_MLOCK
18
19#endif
20
21//ll
Note: See TracBrowser for help on using the repository browser.