aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/wrs_omxcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/wrs_omxcore.cpp b/core/src/wrs_omxcore.cpp
index d574c7f..89ac898 100644
--- a/core/src/wrs_omxcore.cpp
+++ b/core/src/wrs_omxcore.cpp
@@ -109,7 +109,7 @@ OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void)
pthread_mutex_lock(&g_module_lock);
if (!g_initialized) {
- g_module_list = construct_components("wrs_omxil_components.cfg");
+ g_module_list = construct_components("wrs_omxil_components.list");
if (!g_module_list) {
pthread_mutex_unlock(&g_module_lock);
return OMX_ErrorInsufficientResources;