Commit 9e49901e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OpenMAX IL: do not use Bellagio software implementation

This wraps libavcodec in a way that is worse that VLC, e.g. without
hardware acceleration.

(cherry picked from commit 298edea2b51a3dc7b39ae33a3c4bbf476f4e3290)
parent 6aea17d8
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment