Commit a02db992 authored by Ren, Zhaohan's avatar Ren, Zhaohan
parents f82ef61b 5963c266
#ifndef _VA_X11_H_ #ifndef _VA_X11_H_
#define _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> #include <X11/Xlib.h>
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -29,8 +29,13 @@ ...@@ -29,8 +29,13 @@
#ifndef _VA_BACKEND_H_ #ifndef _VA_BACKEND_H_
#define _VA_BACKEND_H_ #define _VA_BACKEND_H_
#ifdef IN_LIBVA
#include "va.h" #include "va.h"
#include "X11/va_x11.h" #include "X11/va_x11.h"
#else
#include <va/va.h>
#include <X11/va_x11.h>
#endif
#include <stdlib.h> #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