mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
HEVC: decode: add missing va_dec_hevc header
Signed-off-by: Alban Browaeys <prahal@yahoo.com> Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=749953
This commit is contained in:
parent
efc07f6bb1
commit
3857d5fce1
2 changed files with 5 additions and 0 deletions
|
@ -42,4 +42,8 @@
|
|||
# include <va/va_compat.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VA_VA_DEC_HEVC_H
|
||||
# include <va/va_dec_hevc.h>
|
||||
#endif
|
||||
|
||||
#endif /* GST_VAAPI_COMPAT_H */
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <math.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
#include <gst/codecparsers/gsth265parser.h>
|
||||
#include "gstvaapicompat.h"
|
||||
#include "gstvaapidecoder_h265.h"
|
||||
#include "gstvaapidecoder_objects.h"
|
||||
#include "gstvaapidecoder_priv.h"
|
||||
|
|
Loading…
Reference in a new issue