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:
Alban Browaeys 2015-05-27 23:43:16 +03:00 committed by Sreerenj Balachandran
parent efc07f6bb1
commit 3857d5fce1
2 changed files with 5 additions and 0 deletions

View file

@ -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 */

View file

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