| { | |
| global: | |
| OMX_ComponentInit; | |
| omx_component_library_Setup; | |
| # Workaround for an LLVM warning with -simplifycfg-sink-common | |
| # due to LLVM being initialized multiple times. | |
| radeon_drm_winsys_create; | |
| amdgpu_winsys_create; | |
| ac_init_shared_llvm_once; | |
| local: | |
| *; | |
| }; |