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

gugelfrei
Marco Nelissen 4 years ago committed by Android (Google) Code Review
commit 6e6f5dfd81

@ -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;

Loading…
Cancel
Save