Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18f16d62 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Don't try to compress opus resources

Test: build

Change-Id: Ibf398b3afca02d4111d88b126c8d107ac44068a6
parent c2896a27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ static const char* kExcludeExtension = ".EXCLUDE";

/* these formats are already compressed, or don't compress well */
static const char* kNoCompressExt[] = {
    ".jpg", ".jpeg", ".png", ".gif",
    ".jpg", ".jpeg", ".png", ".gif", ".opus",
    ".wav", ".mp2", ".mp3", ".ogg", ".aac",
    ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
    ".rtttl", ".imy", ".xmf", ".mp4", ".m4a",