diff options
author | Gurkirpal Singh <[email protected]> | 2018-01-20 05:37:53 +0530 |
---|---|---|
committer | Julien Isorce <[email protected]> | 2018-03-06 14:29:42 +0000 |
commit | e2afa154e99071e8d51be88494cd1347ad113035 (patch) | |
tree | 4abe510569a8309ff5b0cddd060941591f42be54 /src/gallium/targets/omx/omx.sym | |
parent | bb5e27fab6087a5c1528a5faf507acce700e883c (diff) |
st/omx/tizonia: Add --enable-omx-tizonia flag and build files
Allow only bellagio or tizonia to be used at the same time.
Detect tizonia package config file
Generate libomx_mesa.so and install it to libtizcore.pc::pluginsdir
Only compile empty source (target.c) for now.
GSoC Project link: https://summerofcode.withgoogle.com/projects/#4737166321123328
Acked-by: Leo Liu <[email protected]>
Reviewed-by: Julien Isorce <[email protected]>
Diffstat (limited to 'src/gallium/targets/omx/omx.sym')
-rw-r--r-- | src/gallium/targets/omx/omx.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/omx/omx.sym b/src/gallium/targets/omx/omx.sym index e8a287600a5..07b65e57643 100644 --- a/src/gallium/targets/omx/omx.sym +++ b/src/gallium/targets/omx/omx.sym @@ -1,5 +1,6 @@ { global: + OMX_ComponentInit; omx_component_library_Setup; # Workaround for an LLVM warning with -simplifycfg-sink-common |