FreeBSD support.

This commit is contained in:
curt
1998-11-20 00:59:23 +00:00
parent d56289f897
commit 62ca2e0227
2 changed files with 9 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
#include <string.h>
#include <math.h>
#ifdef __linux__
#if defined(__linux__) || defined(__FreeBSD__)
#define SL_USING_OSS_AUDIO 1
#endif