summaryrefslogtreecommitdiff
path: root/glamor
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-09-15 11:43:16 +0200
committerMichel Dänzer <mdaenzer@redhat.com>2020-09-15 11:43:16 +0200
commitadd3df2001a2eadc41c47683f50fdc0fd8b14964 (patch)
treec51396cc064108084db592f86d0fd5de9bcf4e49 /glamor
parent62d8c1cc69e273199c9eb23e87b8631d32c56d33 (diff)
Consolidate fourcc.h
Move the copy in hw/xfree86/common to include/, and remove the one in hw/kdrive/src/. Fixes DIX glamor code including an xfree86 DDX header.
Diffstat (limited to 'glamor')
-rw-r--r--glamor/glamor_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_xv.c b/glamor/glamor_xv.c
index 6fef6ed0d..dbb490599 100644
--- a/glamor/glamor_xv.c
+++ b/glamor/glamor_xv.c
@@ -41,7 +41,7 @@
#include "glamor_transfer.h"
#include <X11/extensions/Xv.h>
-#include "../hw/xfree86/common/fourcc.h"
+#include <fourcc.h>
/* Reference color space transform data */
typedef struct tagREF_TRANSFORM {
float RefLuma;