comparison 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
comparison
equal deleted inserted replaced
48:ee87513fff15 49:033c660c25f5
29 29
30 ### 30 ###
31 ### General build options for miniJSS 31 ### General build options for miniJSS
32 ### 32 ###
33 JSS=yes 33 JSS=yes
34
35 # Use floating point mixing
36 JSS_MIX_FP=no
34 37
35 # Build a special "light"/minimized version by removing all 38 # Build a special "light"/minimized version by removing all
36 # error messages and few other things. 39 # error messages and few other things.
37 JSS_LIGHT=no 40 JSS_LIGHT=no
38 41