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

Commit 8e684754 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "av: Register extractors from system_ext partition"

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

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

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