[vlc-commits] OMX: Add Tegra3 OMX IL to the list of probed cores.

Sergey Bolshakov git at videolan.org
Thu Jul 11 13:21:06 CEST 2013


vlc | branch: master | Sergey Bolshakov <sbolshakov at altlinux.org> | Wed Dec 26 15:22:00 2012 +0400| [373496c304aa6ea0bb9d99d867a16dd597467dd6] | committer: Konstantin Pavlov

OMX: Add Tegra3 OMX IL to the list of probed cores.

Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=373496c304aa6ea0bb9d99d867a16dd597467dd6
---

 modules/codec/omxil/omxil_core.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/omxil/omxil_core.c b/modules/codec/omxil/omxil_core.c
index 91bb894..85e795c 100644
--- a/modules/codec/omxil/omxil_core.c
+++ b/modules/codec/omxil/omxil_core.c
@@ -61,6 +61,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 */
+    "libnvomx.so", /* Tegra3 IL core */
 #endif
     0
 };



More information about the vlc-commits mailing list