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

Commit 4187c895 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 am:...

Merge "av: Register extractors from system_ext partition" am: 8e684754 am: fba89b6b am: 4851caf3 am: 66f882ef am: 428b0511

Change-Id: Ia31c7fa3227f68d6dce4db126b0f9820e9a02fc2
parents 41114639 428b0511
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;