a little debugging to let me know if HAVE_SOXST is not defined

This commit is contained in:
Cary Sandvig 2000-10-06 17:43:54 +00:00
parent bf4b7fc54d
commit 1cdf536678
1 changed files with 2 additions and 0 deletions

View File

@ -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 */
}