mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 13:08:09 +02:00
vl functions moved from radeonsi to gallium/auxiliary/vl have left
android build of radeonsi in broken state.
libmesa_galliumvl static is need to build readeonsi,
gallium_dri building rules are reworked to avoid multiple symbols
and libmesa_galliumvl static dependency is needed in radeonsi.
Here is the changelog:
- android: gallium/auxiliary: add libmesa_galliumvl static
- android: gallium_dri: move libmesa_gallium to static to prevent multiple symbols
- android: radeonsi: fix build after vl refactoring
Fixes the following building error:
external/mesa/src/gallium/drivers/radeonsi/si_uvd.c:47:
error: undefined reference to 'vl_video_buffer_create_as_resource'
clang.real: error: linker command failed with exit code 1 (use -v to see invocation)
Fixes:
|
||
|---|---|---|
| .. | ||
| d3dadapter9 | ||
| dri | ||
| graw-gdi | ||
| graw-null | ||
| graw-xlib | ||
| haiku-softpipe | ||
| libgl-gdi | ||
| libgl-xlib | ||
| omx | ||
| opencl | ||
| osmesa | ||
| pipe-loader | ||
| va | ||
| vdpau | ||
| xa | ||
| xvmc | ||
| dri-vdpau.dyn | ||