mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 18:40:25 +01:00
xf86Crtc: include "xf86xv.h" only if XV
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
641a1b9363
commit
cb5661e86d
1 changed files with 2 additions and 0 deletions
|
|
@ -44,7 +44,9 @@
|
|||
#include "X11/Xatom.h"
|
||||
#include "picturestr.h"
|
||||
|
||||
#ifdef XV
|
||||
#include "xf86xv.h"
|
||||
#endif
|
||||
|
||||
#define NO_OUTPUT_DEFAULT_WIDTH 1024
|
||||
#define NO_OUTPUT_DEFAULT_HEIGHT 768
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue