2017-07-29, 16:58
(2017-07-29, 12:42)mosterta Wrote:(2017-07-29, 11:14)pdrobek Wrote:Code:CC libavcodec/mp3_header_decompress_bsf.o
CC libavcodec/mpc.o
CC libavcodec/mpc7.o
CC libavcodec/mpc8.o
CC libavcodec/mpeg12.o
In file included from libavcodec/vdpau_internal.h:58:0,
from libavcodec/mpeg12.c:42:
libavcodec/vdpau.h:104:5: error: unknown type name 'VdpDecoderSetControlData'
VdpDecoderSetControlData *set_video_header;
^
make: *** [common.mak:57: libavcodec/mpeg12.o] Error 1
make: *** Waiting for unfinished jobs....
ERROR: Building ffmpeg failed
checking for FFMPEG... yes
configure: error: "/usr/lib/libavcodec.a not found"
How can i fix it?
Code:cb2 kodi-16.1 # grep -r --include "*.h" VdpDecoderSetControlData
tools/depends/target/ffmpeg/ffmpeg-2.8.6-Jarvis-16.0/libavcodec/vdpau.h: VdpDecoderSetControlData *set_video_header;
xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h: VdpDecoderSetControlData * vdp_decoder_set_video_control_data;
I assume you use the jarvis_allwinner_opengles_support branch from my repository.
Since I do not do any development anymore on this branch it is not that easy and resporitories may be run out of sync. You need the right combination of this branch with the repositories mosterta/libvdpau-sunix and mosterta/libvdpau.
You can try this combination:
mosterta/libvdpau-sunxi 837b534bed2a3e3f8e964dd1b3a6147869ce8a41
mosterta/libvdau ccc63ad1e79597535bb14a7ea24fd95101f26314
It should work, but I am not 100% sure.
ok i try :-) thank you. Please tell me on which kodi version you are working at the moment? I can be beta tester if you wish