mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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:
parent
25d10acaa2
commit
fdb3cdf1fd
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue