Page 1 of 1

incomplete definition picture_t

Posted: 27 Nov 2016 01:30
by dprh
Hi,

I'm trying to compile latest android version in console and get this error:

CC packetizer/mpegvideo.lo
../../modules/arm_neon/chroma_yuv.c:60:5: error: incomplete definition of type
'struct picture_t'
DEFINE_PACK(out, dst);
^~~~~~~~~~~~~~~~~~~~~

I moved to Ubuntu 15.10 in order to install latest packages.
Before this I was able to successfully compile vlc 1.5.90 version.

Please help!
Dmitry

Re: incomplete definition picture_t

Posted: 27 Nov 2016 15:37
by dprh
solved problem by redownloading sources and rebuilding all.
I suppose a part of sources was compiled under Ubuntu 15.04 (before update) and another under 15.10...