|
|
|
@ -146,6 +146,7 @@ bool IAudioDecoder::getInfo(const std::string &filepath, std::string &artist, st
|
|
|
|
|
|
|
|
|
|
nlwarning("Unable to open: '%s'", filepath.c_str());
|
|
|
|
|
}
|
|
|
|
|
#if (NL_COMP_VC_VERSION > 90) /* VS2008 does not have stdint.h */
|
|
|
|
|
else if (type_lower == "mp3")
|
|
|
|
|
{
|
|
|
|
|
CIFile ifile;
|
|
|
|
@ -156,6 +157,7 @@ bool IAudioDecoder::getInfo(const std::string &filepath, std::string &artist, st
|
|
|
|
|
|
|
|
|
|
nlwarning("Unable to open: '%s'", filepath.c_str());
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
nlwarning("Music file type unknown: '%s'", type_lower.c_str());
|
|
|
|
|