From 2009d71015e4c08d6241d0c7e9fd984d7d9b5b96 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 15 Jul 2009 15:16:07 -0700 Subject: [PATCH] AudioFileProcessor - add mp3 to supported exts AudioFileProcessor is aware that it can play MP3 files now. Thus MP3 files work in the resources browser. --- plugins/audio_file_processor/audio_file_processor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/audio_file_processor/audio_file_processor.cpp b/plugins/audio_file_processor/audio_file_processor.cpp index 3b0c157bf..ceb1a612e 100644 --- a/plugins/audio_file_processor/audio_file_processor.cpp +++ b/plugins/audio_file_processor/audio_file_processor.cpp @@ -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" {