vaapi: nest includes under USE_ENCODER macro

This is a missed changeset from commit 1c05c53, since also header includes
should be nested.
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-06-28 14:05:51 +02:00
parent 1c05c53b02
commit 326011af58

View file

@ -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"