Commit 5963c266 authored by Ren, Zhaohan's avatar Ren, Zhaohan

repatch 106_libva_includedir.patch, modify #include <va/va_x11.h> to #include <X11/va_x11.h>

parent 33fb443a
#ifndef _VA_X11_H_
#define _VA_X11_H_
#include <va.h>
#ifdef IN_LIBVA
#include "va.h"
#else
#include <va/va.h>
#endif
#include <X11/Xlib.h>
#ifdef __cplusplus
......
......@@ -29,8 +29,13 @@
#ifndef _VA_BACKEND_H_
#define _VA_BACKEND_H_
#ifdef IN_LIBVA
#include "va.h"
#include "X11/va_x11.h"
#else
#include <va/va.h>
#include <X11/va_x11.h>
#endif
#include <stdlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment