decimate only per default

master
Ahmet Inan 2012-10-01 18:20:35 +02:00
rodzic 2c00f21ae3
commit 2298df8ac3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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