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:
parent
aaca75fefb
commit
3f9ad1ffd8
@ -22,6 +22,7 @@
|
||||
|
||||
#include "sysdeps.h"
|
||||
#include <gst/codecparsers/gsth264parser.h>
|
||||
#include "gstvaapicompat.h"
|
||||
#include "gstvaapiutils_h264_priv.h"
|
||||
|
||||
struct map
|
||||
|
@ -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>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "sysdeps.h"
|
||||
#include <gst/codecparsers/gsth265parser.h>
|
||||
#include "gstvaapicompat.h"
|
||||
#include "gstvaapiutils_h265_priv.h"
|
||||
|
||||
struct map
|
||||
|
@ -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>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "sysdeps.h"
|
||||
#include <gst/codecparsers/gstmpegvideoparser.h>
|
||||
#include "gstvaapicompat.h"
|
||||
#include "gstvaapiutils_mpeg2_priv.h"
|
||||
|
||||
struct map
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user