summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2011-02-25 11:08:27 -0800
committercodeworkx <daniel.hillenbrand@codeworkx.de>2011-02-25 11:08:27 -0800
commitee3aa8c04512306fec7a6060aa882a69cb8caa28 (patch)
treeb8da07e09d3e791522349cbc2880703f63cd56e0
parent9ff4c660a554dc2816db67004fccb10f6ad0e0fa (diff)
downloaddevice_samsung_aries-common-ee3aa8c04512306fec7a6060aa882a69cb8caa28.zip
device_samsung_aries-common-ee3aa8c04512306fec7a6060aa882a69cb8caa28.tar.gz
device_samsung_aries-common-ee3aa8c04512306fec7a6060aa882a69cb8caa28.tar.bz2
libstagefrighthw: fixed omx lib name
-rw-r--r--aries/libstagefrighthw/SEC_OMX_Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aries/libstagefrighthw/SEC_OMX_Plugin.cpp b/aries/libstagefrighthw/SEC_OMX_Plugin.cpp
index 39b4220..0bb70c5 100644
--- a/aries/libstagefrighthw/SEC_OMX_Plugin.cpp
+++ b/aries/libstagefrighthw/SEC_OMX_Plugin.cpp
@@ -28,7 +28,7 @@ OMXPluginBase *createOMXPlugin() {
}
SECOMXPlugin::SECOMXPlugin()
- : mLibHandle(dlopen("libSEC_OMX_Core.so", RTLD_NOW)),
+ : mLibHandle(dlopen("libSEC_OMX_Core.aries.so", RTLD_NOW)),
mInit(NULL),
mDeinit(NULL),
mComponentNameEnum(NULL),