AudioFileProcessor - add mp3 to supported exts

AudioFileProcessor is aware that it can play
MP3 files now. Thus MP3 files work in the
resources browser.
This commit is contained in:
Andrew Kelley
2009-07-15 15:16:07 -07:00
parent a9a8e1c3a5
commit 2009d71015

View File

@@ -47,7 +47,8 @@
#include "embed.cpp"
static const char * __supportedExts[] =
{ "wav", "ogg", "ds", "spx", "au", "voc", "aif", "aiff", "flac", "raw", NULL };
{ "wav", "ogg", "ds", "spx", "au", "voc", "aif", "aiff", "flac", "raw", "mp3",
NULL };
extern "C"
{