[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support
wm4
nfxjfg at googlemail.com
Tue Aug 25 15:11:26 CEST 2015
On Tue, 25 Aug 2015 14:52:13 +0200
Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Tue, Aug 25, 2015 at 02:06:19PM +0200, Timo Rothenpieler wrote:
> > ---
> > configure | 2 +
> > libavcodec/Makefile | 1 +
> > libavcodec/allcodecs.c | 1 +
> > libavcodec/hevc.c | 5 +-
> > libavcodec/vaapi_hevc.c | 442 ++++++++++++++++++++++++++++++++++++++++++++++++
> > 5 files changed, 450 insertions(+), 1 deletion(-)
> > create mode 100644 libavcodec/vaapi_hevc.c
>
> fails to build:
> CC libavcodec/vaapi_hevc.o
> libavcodec/vaapi_hevc.c:34:5: error: unknown type name ‘VAPictureParameterBufferHEVC’
Obviously you need a recent libva, and obviously the patch should
include a check for it.
More information about the ffmpeg-devel
mailing list