File dabtools-Enable-spiral-viterbi.diff of Package dabtools
diff --git a/src/Makefile b/src/Makefile index 09457e4..c38a796 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ CFLAGS+=$(shell pkg-config --cflags librtlsdr) LDFLAGS+=$(shell pkg-config --libs librtlsdr) # Uncomment the following line to use the fast, but x86-only Spiral Viterbi function. -#ENABLE_SPIRAL_VITERBI=yes +ENABLE_SPIRAL_VITERBI=yes ifdef ENABLE_SPIRAL_VITERBI CFLAGS+=-DENABLE_SPIRAL_VITERBI -msse2 -msse3 -std=gnu99