mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
[PR #810] Xext: disable Xv and XvMC extension by default
PR: https://github.com/X11Libre/xserver/pull/810
This commit is contained in:
@@ -116,7 +116,7 @@ typedef struct _XvVideoNotifyRec {
|
||||
|
||||
static DevPrivateKeyRec XvScreenKeyRec;
|
||||
|
||||
Bool noXvExtension = FALSE;
|
||||
Bool noXvExtension = TRUE;
|
||||
|
||||
static x_server_generation_t XvExtensionGeneration = 0;
|
||||
static x_server_generation_t XvScreenGeneration = 0;
|
||||
|
||||
Reference in New Issue
Block a user