This commit is contained in:
Themaister 2010-08-19 16:40:32 +02:00
parent 03f87dd606
commit 9b9820e4c6
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
BUILD_OPENGL = 1
BUILD_FILTER = 1
BUILD_FILTER = 0
BUILD_RSOUND = 1
BUILD_OSS = 1
@ -8,5 +8,5 @@ BUILD_ALSA = 1
BUILD_ROAR = 1
PREFIX = /usr
PREFIX = /usr/local

View File

@ -6,7 +6,8 @@
/* and is, thus, not a derivative work of the original code, */
/* only the original equations behind the code. */
#include <strings.h>
#include <stdlib.h>
#include <string.h>
#include "pastlib.h"