Code: Select all
make[5]: Entering directory `/home/andrew/vlc_build/vlc/modules/hw/vdpau'
CC libvlc_vdpau_la-vlc_vdpau.lo
CC libvlc_vdpau_la-instance.lo
CC libvdpau_avcodec_plugin_la-avcodec.lo
CC libvdpau_avcodec_plugin_la-picture.lo
avcodec.c: In function ‘Open’:
avcodec.c:283:5: error: implicit declaration of function ‘av_vdpau_alloc_context’ [-Werror=implicit-function-declaration]
sys->context = av_vdpau_alloc_context();
^
avcodec.c:283:18: warning: assignment makes pointer from integer without a cast [enabled by default]
sys->context = av_vdpau_alloc_context();
^
cc1: some warnings being treated as errors
make[5]: *** [libvdpau_avcodec_plugin_la-avcodec.lo] Error 1