diff options
Diffstat (limited to 'domx')
-rw-r--r-- | domx/domx/omx_proxy_common/src/omx_proxy_common.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/domx/domx/omx_proxy_common/src/omx_proxy_common.c b/domx/domx/omx_proxy_common/src/omx_proxy_common.c index 1abf1eb..352640a 100644 --- a/domx/domx/omx_proxy_common/src/omx_proxy_common.c +++ b/domx/domx/omx_proxy_common/src/omx_proxy_common.c @@ -64,6 +64,7 @@ #include "OMX_TI_Common.h" #include "OMX_TI_Index.h" #include "OMX_TI_Core.h" +#include "OMX_IndexExt.h" /*-------program files ----------------------------------------*/ #include "omx_proxy_common.h" #include "omx_rpc.h" @@ -1484,6 +1485,12 @@ OMX_ERRORTYPE __PROXY_GetParameter(OMX_IN OMX_HANDLETYPE hComponent, } break; +#ifdef ANDROID_API_MM_OR_LATER + case OMX_IndexParamConsumerUsageBits: + eError = OMX_ErrorNotImplemented; + goto EXIT; +#endif + default: { #ifdef USE_ION |