Code: Select all
CC hw/vdpau/libvdpau_avcodec_plugin_la-avcodec.lo
hw/vdpau/avcodec.c: In function ‘Setup’:
hw/vdpau/avcodec.c:178:5: error: implicit declaration of function ‘av_vdpau_get_surface_parameters’ [-Werror=implicit-function-declaration]
if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height))
^
hw/vdpau/avcodec.c: In function ‘Open’:
hw/vdpau/avcodec.c:330:22: error: ‘AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH’ undeclared (first use in this function)
unsigned flags = AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH;
^
hw/vdpau/avcodec.c:330:22: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors