qsv: Remove x86_64 constraint on Linux

Updated oneVPL SDK supports 32bit and ARM build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5032>
This commit is contained in:
Seungha Yang 2023-07-13 20:38:29 +09:00 committed by GStreamer Marge Bot
parent 25d10acaa2
commit fdb3cdf1fd

View file

@ -57,7 +57,7 @@ if host_system == 'windows'
qsv_sources += qsv_d3d11_sources
qsv_platform_deps += [gstd3d11_dep]
elif host_system == 'linux' and host_machine.cpu_family() == 'x86_64'
elif host_system == 'linux'
if not gstva_dep.found()
if qsv_option.enabled()
error('The qsv was enabled explicitly, but required va was not found')