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:
parent
272bde24a3
commit
e7ea1233b1
14 changed files with 3 additions and 905 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue