libs: utils: remove va.h include in header

And include gstvaapicompat.h in the C files, since the VA-API is not
exposed in the headers.

https://bugzilla.gnome.org/show_bug.cgi?id=786119
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-08-10 13:26:12 +02:00
parent aaca75fefb
commit 3f9ad1ffd8
6 changed files with 3 additions and 3 deletions

View file

@ -22,6 +22,7 @@
#include "sysdeps.h"
#include <gst/codecparsers/gsth264parser.h>
#include "gstvaapicompat.h"
#include "gstvaapiutils_h264_priv.h"
struct map

View file

@ -23,7 +23,6 @@
#ifndef GST_VAAPI_UTILS_H264_H
#define GST_VAAPI_UTILS_H264_H
#include <va/va.h>
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>

View file

@ -22,6 +22,7 @@
#include "sysdeps.h"
#include <gst/codecparsers/gsth265parser.h>
#include "gstvaapicompat.h"
#include "gstvaapiutils_h265_priv.h"
struct map

View file

@ -23,7 +23,6 @@
#ifndef GST_VAAPI_UTILS_H265_H
#define GST_VAAPI_UTILS_H265_H
#include <va/va.h>
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>

View file

@ -22,6 +22,7 @@
#include "sysdeps.h"
#include <gst/codecparsers/gstmpegvideoparser.h>
#include "gstvaapicompat.h"
#include "gstvaapiutils_mpeg2_priv.h"
struct map

View file

@ -23,7 +23,6 @@
#ifndef GST_VAAPI_UTILS_MPEG2_H
#define GST_VAAPI_UTILS_MPEG2_H
#include <va/va.h>
#include <gst/vaapi/gstvaapiprofile.h>
#include <gst/vaapi/gstvaapisurface.h>