several speed improvements: completely rewritten bitbuffer which uses native machine word size instead of bytes; much faster rice partition size estimation; crc16 calculation in machine word size
diff --git a/src/test_libFLAC/Makefile.lite b/src/test_libFLAC/Makefile.lite
index 6ab7666..cfa628a 100644
--- a/src/test_libFLAC/Makefile.lite
+++ b/src/test_libFLAC/Makefile.lite
@@ -33,7 +33,7 @@
 endif
 
 SRCS_C = \
-	bitbuffer.c \
+	bitwriter.c \
 	decoders.c \
 	encoders.c \
 	format.c \