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

Commit 9054e816 authored by Marco Nelissen's avatar Marco Nelissen Committed by Automerger Merge Worker
Browse files

Merge "av: Register extractors from system_ext partition" into rvc-dev am:...

Merge "av: Register extractors from system_ext partition" into rvc-dev am: 6e6f5dfd am: d661908c am: a2058e14

Change-Id: I6d43c263300987242cfb95d646f6c3ebc9c37d78
parents 2c5d1302 a2058e14
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -302,6 +302,12 @@ void MediaExtractorFactory::LoadExtractors() {
#endif
            "/extractors", NULL, *newList);

    RegisterExtractors("/system_ext/lib"
#ifdef __LP64__
            "64"
#endif
            "/extractors", NULL, *newList);

    newList->sort(compareFunc);
    gPlugins = newList;