comparison config.mak @ 43:e0c74862387d

Remove obsolete build stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Oct 2014 14:02:18 +0300
parents 9cbb03e85597
children da89ff617886
comparison
equal deleted inserted replaced
42:f0090a13e16b 43:e0c74862387d
83 ### Locking/thread support 83 ### Locking/thread support
84 ### 84 ###
85 JSS_SUP_THREADS=yes 85 JSS_SUP_THREADS=yes
86 86
87 87
88 ###
89 ### Audio mixing routine support
90 ###
91 # The actually used functions are determined run-time, so these
92 # options only enable what is compiled into the library.
93 JSS_SUP_MIX_C=yes
94 JSS_SUP_MIX_X86=no