mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -133,9 +133,6 @@
|
||||
/* Build Xv Extension */
|
||||
#mesondefine XvExtension
|
||||
|
||||
/* Build XvMC Extension */
|
||||
#mesondefine XvMCExtension
|
||||
|
||||
/* Support XSync extension */
|
||||
#mesondefine XSYNC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user