source: roaraudio/include/roaraudio/config.h.OLD @ 314:bd83d25919bd

Last change on this file since 314:bd83d25919bd was 314:bd83d25919bd, checked in by phi, 16 years ago

added config options ROAR_HAVE_LIBVORBIS and ROAR_HAVE_LIBVORBISFILE

File size: 249 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#define ROAR_HAVE_SAFE_OVERFLOW
11
12#define ROAR_HAVE_MLOCK
13
14#endif
15
16//ll
Note: See TracBrowser for help on using the repository browser.