mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
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:
parent
1c05c53b02
commit
326011af58
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
||||||
#if USE_ENCODERS
|
#if USE_ENCODERS
|
||||||
#include "gstvaapiencode_h264.h"
|
#include "gstvaapiencode_h264.h"
|
||||||
#include "gstvaapiencode_mpeg2.h"
|
#include "gstvaapiencode_mpeg2.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#if USE_JPEG_ENCODER
|
#if USE_JPEG_ENCODER
|
||||||
#include "gstvaapiencode_jpeg.h"
|
#include "gstvaapiencode_jpeg.h"
|
||||||
|
@ -48,6 +47,7 @@
|
||||||
#if USE_VP9_ENCODER
|
#if USE_VP9_ENCODER
|
||||||
#include "gstvaapiencode_vp9.h"
|
#include "gstvaapiencode_vp9.h"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PLUGIN_NAME "vaapi"
|
#define PLUGIN_NAME "vaapi"
|
||||||
#define PLUGIN_DESC "VA-API based elements"
|
#define PLUGIN_DESC "VA-API based elements"
|
||||||
|
|
Loading…
Reference in a new issue