Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index fb9699c049478d1a052fb269dedcdd73a8af77bc..0cbf9440dbf83e9f80d45dfd9cce984499f2a0cf 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -363,8 +363,8 @@ static void push_codec_srcs(Path path) { |
// The following image types are only supported by BitmapFactory, |
// so we only need to test full image decodes. |
static const char* fullExts[] = { |
- "wbmp", |
- "WBMP", |
+ "wbmp", "bmp", |
+ "WBMP", "BMP", |
}; |
for (const char* ext : fullExts) { |
if (path.endsWith(ext)) { |