vlc/vlc-2.1 | branch: master | Sergey Bolshakov <[email protected]> | Wed Dec 26 15:22:00 2012 +0400| [4c99945c9c6c95b44e45459c6e2c18bfb9a943e3] | committer: Jean-Baptiste Kempf
OMX: Add Tegra3 OMX IL to the list of probed cores. Signed-off-by: Konstantin Pavlov <[email protected]> (cherry picked from commit 373496c304aa6ea0bb9d99d867a16dd597467dd6) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=4c99945c9c6c95b44e45459c6e2c18bfb9a943e3 --- 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 }; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
