summaryrefslogtreecommitdiff
path: root/WrsOMXPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WrsOMXPlugin.cpp')
-rw-r--r--WrsOMXPlugin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WrsOMXPlugin.cpp b/WrsOMXPlugin.cpp
index f9c62e2..ee76ffe 100644
--- a/WrsOMXPlugin.cpp
+++ b/WrsOMXPlugin.cpp
@@ -45,10 +45,14 @@ OMXPluginBase *createOMXPlugin() {
WrsOMXPlugin::WrsOMXPlugin()
{
+#ifdef TARGET_HAS_ISV
+ AddCore("libisv_omx_core.so");
+#else
AddCore("libwrs_omxil_core_pvwrapped.so");
#if defined(USE_MEDIASDK)
AddCore("libmfx_omx_core.so");
#endif
+#endif
}
OMX_ERRORTYPE WrsOMXPlugin::AddCore(const char* coreName)