treewide: drop remains XvMC extension

XvMC X11 extension alredy has been removed, but for ABI compatibility,
we did leave the DDX side intact. Now it's time to remove that, too.

This is explicitly breaking ABI: drivers that still did support XvMC
need to be recompiled.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-26 12:27:04 +02:00
parent c0f4a41e17
commit 59f9a73bf2
15 changed files with 10 additions and 568 deletions

View File

@@ -258,7 +258,6 @@ conf_data.set('XSYNC', '1')
conf_data.set('XTEST', '1')
conf_data.set('XV', build_xv ? '1' : false)
conf_data.set('XvExtension', build_xv ? '1' : false)
conf_data.set('XvMCExtension', build_xvmc ? '1' : false)
# needed by several extensions
build_registry_resource = (build_xselinux or build_res or build_namespace)

View File

@@ -133,9 +133,6 @@
/* Build Xv Extension */
#mesondefine XvExtension
/* Build XvMC Extension */
#mesondefine XvMCExtension
/* Support XSync extension */
#mesondefine XSYNC