Skip to content
Snippets Groups Projects
Commit 71f1fd50 authored by Diego Wilson's avatar Diego Wilson
Browse files

Remove OMX_Deinit-symbol-fix.patch

Landed on platform/hardware/qcom/media[b2g_ics_1.2]

Change-Id: I5f9b4a36925336eb68fd0e025f7d6dbee4702ee7
parent b8726fd2
No related merge requests found
diff --git a/libstagefrighthw/QComOMXPlugin.cpp b/libstagefrighthw/QComOMXPlugin.cpp
index 68d39d7..3def371 100644
--- a/libstagefrighthw/QComOMXPlugin.cpp
+++ b/libstagefrighthw/QComOMXPlugin.cpp
@@ -52,7 +52,7 @@ QComOMXPlugin::QComOMXPlugin()
mGetRolesOfComponentHandle(NULL) {
if (mLibHandle != NULL) {
mInit = (InitFunc)dlsym(mLibHandle, "OMX_Init");
- mDeinit = (DeinitFunc)dlsym(mLibHandle, "OMX_DeInit");
+ mDeinit = (DeinitFunc)dlsym(mLibHandle, "OMX_Deinit");
mComponentNameEnum =
(ComponentNameEnumFunc)dlsym(mLibHandle, "OMX_ComponentNameEnum");
--
1.7.8.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment