[vlc-devel] [PATCH 03/21] Try loading the qualcomm omx core
Martin Storsjo
martin at martin.st
Sun Sep 4 14:54:08 CEST 2011
From: Martin Storsjö <martin at martin.st>
This works when running straight OpenMAX on a rooted Nexus One
with chmodded /dev nodes.
---
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 a684bf9..5be0db2 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
};
--
1.7.2.5
More information about the vlc-devel
mailing list