Commit d3c189eb authored by Martin Storsjö's avatar Martin Storsjö Committed by Rémi Denis-Courmont

Try loading the qualcomm omx core

This works when running straight OpenMAX on a rooted Nexus One
with chmodded /dev nodes.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent fc3b9a8e
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
static const char *ppsz_dll_list[] = static const char *ppsz_dll_list[] =
{ {
"libOMX_Core.so", /* TI OMAP IL core */ "libOMX_Core.so", /* TI OMAP IL core */
"libOmxCore.so", /* Qualcomm IL core */
"libomxil-bellagio.so", /* Bellagio IL core */ "libomxil-bellagio.so", /* Bellagio IL core */
0 0
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment