From 1cdf53667881cd06f0bc0bbed4720f9b69af6fa7 Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Fri, 6 Oct 2000 17:43:54 +0000 Subject: [PATCH] a little debugging to let me know if HAVE_SOXST is not defined --- panda/src/audio/audio_load_st.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/audio/audio_load_st.cxx b/panda/src/audio/audio_load_st.cxx index 44875ce366..0c347836eb 100644 --- a/panda/src/audio/audio_load_st.cxx +++ b/panda/src/audio/audio_load_st.cxx @@ -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 */ }