diff options
Diffstat (limited to 'src/gallium/state_trackers/omx/entrypoint.h')
-rw-r--r-- | src/gallium/state_trackers/omx/entrypoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/omx/entrypoint.h b/src/gallium/state_trackers/omx/entrypoint.h index 41454beb048..af7c33763c2 100644 --- a/src/gallium/state_trackers/omx/entrypoint.h +++ b/src/gallium/state_trackers/omx/entrypoint.h @@ -43,4 +43,6 @@ extern int omx_component_library_Setup(stLoaderComponentType **stComponents); struct vl_screen *omx_get_screen(void); void omx_put_screen(void); +OMX_ERRORTYPE omx_workaround_Destructor(OMX_COMPONENTTYPE *comp); + #endif |