mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-10 16:00:26 +01:00
xv: change FOURCC_RGBA32 to AMD one
Initally we used value of DRM_FORMAT_ARGB8888, but it seems than
xf86-video-ati has established other value for years. So, change it to
well established one.
Because we define a different values, this breaks compilation of xf86-video-ati.
I am unsure, who is right in this situation, but I guess better to use
an established value, to make AMD xorg driver compile.
I do not aware about any of the side effects of this change.
Fixes: 15412e78c8 - glamor: xv: add rgba32 format
Signed-off-by: Konstantin <ria.freelander@gmail.com>
This commit is contained in:
parent
386b54fbe9
commit
6f46db3666
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
|||
XvTopToBottom \
|
||||
}
|
||||
|
||||
#define FOURCC_RGBA32 0x34325241
|
||||
#define FOURCC_RGBA32 0x41424752
|
||||
#define XVIMAGE_RGB32 \
|
||||
{ \
|
||||
FOURCC_RGBA32, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue