blob: 5f4a3d8975337561832828f9ce2f3ab5e934dfa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# use SIMD CPU instructions (Altivec, SSE)?
SIMD=1
# where is the STK installation?
# (uncomment the line with # to disable STK support)
#STK=/usr/local/lib/stk
# where is the Sndobjs installation?
# (uncomment the line with # to disable SNDOBJ support)
# please be sure to delete an eventual m_pd.h file from the SNDOBJ include folder!!
#SNDOBJ=/usr/local/lib/sndobj
|