Hello
when trying to compile my recording app for the actual device i get the following error :
Undefined symbols for architecture armv7:
"_vDSP_create_fftsetup", referenced from:
_BASS_ChannelGetData in libbass.a(bass.o)
"_vDSP_fft_zip", referenced from:
_BASS_ChannelGetData in libbass.a(bass.o)
ld: symbol(s) not found for architecture armv7
How can i use this function on the device ?
thanks
Pat