Revert "va: h266 requires libva 2.22.0"
This reverts commit 8c017c79c5736c9e45e635df210e08550287646d. 1.22 was the correct pkg-config version. It's only the subproject version that was wrong. Since we bumped libva.wrap to 2.22 version, h266 is now always available when using the subproject. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8800>
This commit is contained in:
parent
d1b4104cbc
commit
f6115efe8d
@ -130,7 +130,7 @@ if libva_dep.version().version_compare('>= 1.15')
|
|||||||
va_sources += va_av1enc_sources
|
va_sources += va_av1enc_sources
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if libva_dep.version().version_compare('>= 2.22')
|
if libva_dep.version().version_compare('>= 1.22')
|
||||||
va_sources += va_h266dec_sources
|
va_sources += va_h266dec_sources
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user