diff config.mak.in @ 49:033c660c25f5

Restructure module playing, removing 8bit sample mixing (output can still be 8bit, but samples are internally upconverted to 16bit after module loading.) Also prepare for floating point mixing support.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 02:51:41 +0300
parents 9a8355b47e1c
children 3d9da937db69
line wrap: on
line diff
--- a/config.mak.in	Mon Oct 01 01:29:26 2012 +0300
+++ b/config.mak.in	Mon Oct 01 02:51:41 2012 +0300
@@ -32,6 +32,9 @@
 ###
 JSS=yes
 
+# Use floating point mixing
+JSS_MIX_FP=no
+
 # Build a special "light"/minimized version by removing all
 # error messages and few other things.
 JSS_LIGHT=no