]> git.sesse.net Git - vlc/commitdiff
OpenMAX IL: do not use Bellagio software implementation
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 18 Nov 2014 21:22:22 +0000 (23:22 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 18 Nov 2014 21:22:22 +0000 (23:22 +0200)
This wraps libavcodec in a way that is worse that VLC, e.g. without
hardware acceleration.

modules/codec/omxil/omxil_core.c

index d50f6809b667c4576de8dfd3c9d4d0682e2213f2..e55488c9dadf1d9185e236384c0954e4528b5583 100644 (file)
@@ -57,11 +57,12 @@ static const char *ppsz_dll_list[] =
     "libiomx.so", /* Not used when using IOMX, the lib should already be loaded */
 #elif defined(RPI_OMX)
     "/opt/vc/lib/libopenmaxil.so",  /* Broadcom IL core */
-#else
+#elif 1
     "libOMX_Core.so", /* TI OMAP IL core */
     "libOmxCore.so", /* Qualcomm IL core */
-    "libomxil-bellagio.so",  /* Bellagio IL core */
     "libnvomx.so", /* Tegra3 IL core */
+#else
+    "libomxil-bellagio.so",  /* Bellagio IL core reference implementation */
 #endif
     0
 };