mesa: Remove NV_vdpau_interop

Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36632>
This commit is contained in:
David Rosca 2025-08-07 11:05:23 +02:00 committed by Marge Bot
parent 272bde24a3
commit e7ea1233b1
14 changed files with 3 additions and 905 deletions

View file

@ -644,7 +644,6 @@ vdpau = get_option('gallium-vdpau') \
dep_vdpau = dependency('vdpau', version : '>= 1.5', required : vdpau)
if dep_vdpau.found()
dep_vdpau = dep_vdpau.partial_dependency(compile_args : true)
pre_args += '-DHAVE_ST_VDPAU'
endif
with_gallium_vdpau = dep_vdpau.found()