From 2298df8ac31879f844fb51c876b4d970866dd84d Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Mon, 1 Oct 2012 18:20:35 +0200 Subject: [PATCH] decimate only per default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfe4a54..3e99959 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS = -g -DUP=1 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math -fsingle-precision-constant $(shell sdl-config --cflags) +CFLAGS = -g -DUP=0 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -ffast-math -fsingle-precision-constant $(shell sdl-config --cflags) LDFLAGS = -lm -lasound $(shell sdl-config --libs) all: encode decode debug