]> git.sesse.net Git - vlc/blobdiff - modules/codec/omxil/omxil.c
omxil: Use a fake library name when loading IOMX
[vlc] / modules / codec / omxil / omxil.c
index d46bb313898608b07051180ee09d3a96d7dd9991..dde81265259ca63826a97b67a1a94b70cb4f6722 100644 (file)
  *****************************************************************************/
 static const char *ppsz_dll_list[] =
 {
+#if defined(USE_IOMX)
+    "libiomx.so", /* Not used when using IOMX, the lib should already be loaded */
+#else
     "libOMX_Core.so", /* TI OMAP IL core */
     "libOmxCore.so", /* Qualcomm IL core */
     "libomxil-bellagio.so",  /* Bellagio IL core */
+#endif
     0
 };