diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-05 09:37:58 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-09 09:11:00 +0100 |
commit | 283e815339a15fa99039c69f1e225269790ae955 (patch) | |
tree | bcf9257f808249c8c17bbc9cc2cd820d1940b652 /Android.common.mk | |
parent | e924181ea89e5e261f8aa24564c32ed22941e752 (diff) |
omx: fix build with gcc 10
bellagio/omx header files reference a global variable without the
extern keyworkd.
Now that gcc-10 enables the '-fno-common' by default the build fails.
Since these are external headers we can't easily fix them, so for
now build the omx module with the '-fcommon' flag to keep the
previous behavior.
See https://gitlab.freedesktop.org/mesa/mesa/issues/2385
Reviewed-by: Michel Dänzer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4058>
Diffstat (limited to 'Android.common.mk')
0 files changed, 0 insertions, 0 deletions