Browse Source

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

Cary Sandvig 25 years ago
parent
commit
1cdf536678
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/audio/audio_load_st.cxx

+ 2 - 0
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 */
 }