Under what circumstances would tegra have a vdpau implementation?
On Thu, Dec 6, 2018 at 11:57 AM Eric Engestrom <[email protected]> wrote:
>
> From: Igor Gnatenko <[email protected]>
>
> Fixes: 68076b87474e7959c161 "meson: build gallium vdpau state tracker"
> Cc: Dylan Baker <[email protected]>
> ---
> src/gallium/targets/vdpau/meson.build | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/targets/vdpau/meson.build
> b/src/gallium/targets/vdpau/meson.build
> index 005cf642498d68a0b395..0c09b2b811429b5688b8 100644
> --- a/src/gallium/targets/vdpau/meson.build
> +++ b/src/gallium/targets/vdpau/meson.build
> @@ -51,13 +51,14 @@ libvdpau_gallium = shared_library(
> libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
> ],
> dependencies : [
> - dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
> + dep_thread, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
> driver_tegra,
> ],
> link_depends : vdpau_link_depends,
> )
> foreach d : [[with_gallium_r300, 'r300'],
> [with_gallium_r600, 'r600'],
> [with_gallium_radeonsi, 'radeonsi'],
> + [with_gallium_tegra, 'tegra'],
> [with_gallium_nouveau, 'nouveau']]
> if d[0]
> vdpau_drivers += 'libvdpau_@[email protected]'.format(d[1])
> --
> Cheers,
> Eric
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev