From f6115efe8d6ee4d9506834fed064ba4ae9e73b69 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 9 Apr 2025 09:01:22 -0400 Subject: [PATCH] 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: --- subprojects/gst-plugins-bad/sys/va/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/va/meson.build b/subprojects/gst-plugins-bad/sys/va/meson.build index 8f2004fdb7..c6ef358f8d 100644 --- a/subprojects/gst-plugins-bad/sys/va/meson.build +++ b/subprojects/gst-plugins-bad/sys/va/meson.build @@ -130,7 +130,7 @@ if libva_dep.version().version_compare('>= 1.15') va_sources += va_av1enc_sources endif -if libva_dep.version().version_compare('>= 2.22') +if libva_dep.version().version_compare('>= 1.22') va_sources += va_h266dec_sources endif