a little debugging to let me know if HAVE_SOXST is not defined
This commit is contained in:
parent
bf4b7fc54d
commit
1cdf536678
|
|
@ -490,5 +490,7 @@ ConfigureFn(audio_load_st) {
|
|||
<< "'" << endl;
|
||||
AudioPool::register_sample_loader(FORMATS[i].names[j], AudioLoadSt);
|
||||
}
|
||||
#else /* HAVE_SOXST */
|
||||
audio_cat->info() << "HAVE_SOXST is not defined" << endl;
|
||||
#endif /* HAVE_SOXST */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue