summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-06-28 14:05:51 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-06-28 16:33:55 +0200
commit326011af5876faad31c0542ec12545ceeba83243 (patch)
tree94f49f4cc82f376a1008734168fc654be901066b
parent1c05c53b022a4d4b89a1c462a66413599e389f14 (diff)
vaapi: nest includes under USE_ENCODER macro
This is a missed changeset from commit 1c05c53, since also header includes should be nested.
-rw-r--r--gst/vaapi/gstvaapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapi.c b/gst/vaapi/gstvaapi.c
index ce4c57e0..bf56be21 100644
--- a/gst/vaapi/gstvaapi.c
+++ b/gst/vaapi/gstvaapi.c
@@ -31,7 +31,6 @@
#if USE_ENCODERS
#include "gstvaapiencode_h264.h"
#include "gstvaapiencode_mpeg2.h"
-#endif
#if USE_JPEG_ENCODER
#include "gstvaapiencode_jpeg.h"
@@ -48,6 +47,7 @@
#if USE_VP9_ENCODER
#include "gstvaapiencode_vp9.h"
#endif
+#endif
#define PLUGIN_NAME "vaapi"
#define PLUGIN_DESC "VA-API based elements"