diff options
Diffstat (limited to 'mm-core/src/registry_table.c')
-rw-r--r-- | mm-core/src/registry_table.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mm-core/src/registry_table.c b/mm-core/src/registry_table.c index f38aac7e..e6d88ed3 100644 --- a/mm-core/src/registry_table.c +++ b/mm-core/src/registry_table.c @@ -69,24 +69,25 @@ omx_core_cb_type core[] = OMX_REGISTRY_ENTRY("OMX.qcom.audio.decoder.aac", "libOmxAacDec.so", "audio_decoder.aac"), OMX_REGISTRY_ENTRY("OMX.qcom.audio.decoder.multiaac", "libOmxAacDec.so", "audio_decoder.aac"), -#ifdef _NILE_ +//#ifdef _NILE_ //Entries specific to msmnile OMX_REGISTRY_ENTRY("OMX.qti.vdec.vpp", "libOmxVpp.so", "video_decoder.vpp"), -#endif //_NILE_ +//#endif //_NILE_ -#if defined(_STEPPE_) || defined(_ATOLL_) +//#if defined(_STEPPE_) || defined(_ATOLL_) //Entries specific to msmsteppe OMX_REGISTRY_ENTRY("OMX.qcom.video.encoder.tme", "libOmxVenc.so", "video_encoder.tme"), OMX_REGISTRY_ENTRY("OMX.qcom.video.encoder.tme.secure", "libOmxVenc.so", "video_encoder.tme"), OMX_REGISTRY_ENTRY("OMX.qti.vdec.vpp", "libOmxVpp.so", "video_decoder.vpp"), -#endif //_STEPPE_ || _ATOLL_ +//#endif //_STEPPE_ || _ATOLL_ -#if !defined(_ATOLL_) && !defined(_TRINKET_) +//#if !defined(_ATOLL_) && !defined(_TRINKET_) OMX_REGISTRY_ENTRY("OMX.qti.video.decoder.vc1sw", "libOmxSwVdec.so", "video_decoder.vc1"), OMX_REGISTRY_ENTRY("OMX.qti.video.decoder.wmvsw", "libOmxSwVdec.so", "video_decoder.vc1"), -#endif //_ATOLL_ || _TRINKET_ +//#endif //_ATOLL_ || _TRINKET_ }; const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type); +omx_core_cb_type component[SIZE_OF_CORE]; |