Index: libmpc/trunk/mpcenc/Makefile.am
===================================================================
--- libmpc/trunk/mpcenc/Makefile.am	(revision 326)
+++ libmpc/trunk/mpcenc/Makefile.am	(revision 333)
@@ -2,5 +2,6 @@
 
 common_sources = ../common/crc32.c \
-		../common/huffman-bcl.c
+		../common/huffman-bcl.c \
+		../common/fastmath.c
 
 # set the include path found by configure
Index: libmpc/trunk/mpcenc/config.h
===================================================================
--- libmpc/trunk/mpcenc/config.h	(revision 326)
+++ libmpc/trunk/mpcenc/config.h	(revision 333)
@@ -32,5 +32,5 @@
 
 #define MPCENC_MAJOR 1
-#define MPCENC_MINOR 23
+#define MPCENC_MINOR 25
 #define MPCENC_BUILD 0
 
Index: libmpc/trunk/mpcenc/mpcenc.c
===================================================================
--- libmpc/trunk/mpcenc/mpcenc.c	(revision 326)
+++ libmpc/trunk/mpcenc/mpcenc.c	(revision 333)
@@ -1813,4 +1813,8 @@
         (void) stderr_printf ("\r\x1B[1m\r%s\n\x1B[0m\r     \r", About );
 
+#ifdef FAST_MATH
+    Init_FastMath ();
+#endif
+
     // no arguments or call for help
     if ( argc < 2  ||  0==strcmp (argv[1],"-h")  ||  0==strcmp (argv[1],"-?")  ||  0==strcmp (argv[1],"--help") ) {
