pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgtools/x11-links: libvdpau* and include/vdpau/ missing
tlaronde%polynum.com@localhost wrote:
>
>Deleting x11-links (and dependent osabi) and reinstalling an updated
>version against my current 9.1 system solves the configure issue. (But
>the building fails for others reasons:
>
>vdpau_decode.c: In function 'vdpau_EndPicture':
>vdpau_decode.c:1292:13: error: invalid use of void expression
> (VdpPictureInfo)&obj_context->vdp_picture_info,
> ^
>).
That looks like a real bug to me, maybe older compilers didn't detect
it.
I think it should be:
(VdpPictureInfo*)&obj_context->vdp_picture_info,
There are other warnings/errors too, I think this package needs some
work.
Home |
Main Index |
Thread Index |
Old Index