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

Commit fba89b6b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "av: Register extractors from system_ext partition" am: 8e684754

Change-Id: Id31f6cecc98a0e7d9fb3f886c9760c6013aa56a3
parents 4f8ef589 8e684754
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -298,6 +298,12 @@ void MediaExtractorFactory::LoadExtractors() {
#endif
#endif
            "/extractors", NULL, *newList);
            "/extractors", NULL, *newList);


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

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