]> git.sesse.net Git - vlc/commitdiff
Try loading the qualcomm omx core
authorMartin Storsjö <martin@martin.st>
Sun, 4 Sep 2011 12:54:08 +0000 (14:54 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 5 Sep 2011 21:22:20 +0000 (00:22 +0300)
This works when running straight OpenMAX on a rooted Nexus One
with chmodded /dev nodes.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/codec/omxil/omxil.c

index a6de43450b97e2dd66a16044b4236e2aaf765dfa..dacf7d6a4f141b07718f7d4354b41fd8cbe8b9d2 100644 (file)
@@ -49,6 +49,7 @@
 static const char *ppsz_dll_list[] =
 {
     "libOMX_Core.so", /* TI OMAP IL core */
+    "libOmxCore.so", /* Qualcomm IL core */
     "libomxil-bellagio.so",  /* Bellagio IL core */
     0
 };