summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-10 13:24:06 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-13 18:08:19 +0200
commitaaca75fefb63f45d984f95ce96c53b28063eaaf6 (patch)
treeef50191d047f8e659e2ba9d4a6de622f2312b277 /gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
parent9891f1a9e2ed7ff6c3b0f46b64f898bd2657ab4d (diff)
libs: encoder: remove va.h include
Since it is already managed by gstvaapicompat.h https://bugzilla.gnome.org/show_bug.cgi?id=786119
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
index 1f8b516e..db4751bf 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
@@ -21,16 +21,14 @@
* Boston, MA 02110-1301 USA
*/
-#include "sysdeps.h"
#include <math.h>
-#include <va/va.h>
+#include "sysdeps.h"
#include <gst/base/gstbitwriter.h>
#include "gstvaapicompat.h"
#include "gstvaapiencoder_mpeg2.h"
#include "gstvaapiencoder_mpeg2_priv.h"
#include "gstvaapiutils_mpeg2_priv.h"
#include "gstvaapicodedbufferproxy_priv.h"
-
#include "gstvaapicontext.h"
#include "gstvaapisurface.h"
#include "gstvaapidisplay_priv.h"