[vlc-commits] Try loading the qualcomm omx core
Martin Storsjö
git at videolan.org
Mon Sep 5 23:22:25 CEST 2011
vlc | branch: master | Martin Storsjö <martin at martin.st> | Sun Sep 4 14:54:08 2011 +0200| [d3c189ebbf4a1886e6f4c008e550a4537820f58e] | committer: 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: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3c189ebbf4a1886e6f4c008e550a4537820f58e
---
modules/codec/omxil/omxil.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c
index a6de434..dacf7d6 100644
--- a/modules/codec/omxil/omxil.c
+++ b/modules/codec/omxil/omxil.c
@@ -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
};
More information about the vlc-commits
mailing list