From 9b9820e4c6abd0b33432e87b9389344a37aaddf3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 19 Aug 2010 16:40:32 +0200 Subject: [PATCH] Updates. --- config.mk | 4 ++-- hqflt/hq.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index ae4d2a47e6..4b79a88c9e 100644 --- a/config.mk +++ b/config.mk @@ -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 diff --git a/hqflt/hq.c b/hqflt/hq.c index d8ac56718f..2653ed5a6e 100644 --- a/hqflt/hq.c +++ b/hqflt/hq.c @@ -6,7 +6,8 @@ /* and is, thus, not a derivative work of the original code, */ /* only the original equations behind the code. */ -#include +#include +#include #include "pastlib.h"