From 326011af5876faad31c0542ec12545ceeba83243 Mon Sep 17 00:00:00 2001 From: Víctor Manuel Jáquez Leal Date: Tue, 28 Jun 2016 14:05:51 +0200 Subject: vaapi: nest includes under USE_ENCODER macro This is a missed changeset from commit 1c05c53, since also header includes should be nested. --- gst/vaapi/gstvaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3