[pkg-GD-devel] Bug#785403: libgd2: FTBFS with libvpx 1.4
Emilio Pozuelo Monfort
pochu at debian.org
Fri May 15 17:24:35 UTC 2015
Source: libgd2
Version: 2.1.0-5
Severity: serious
Tags: sid stretch
Your package fails to build against the new libvpx:
webpimg.c: In function 'VPXEncode':
webpimg.c:714:24: error: 'IMG_FMT_I420' undeclared (first use in this function)
vpx_img_wrap(&img, IMG_FMT_I420,
^
webpimg.c:714:24: note: each undeclared identifier is reported only once for each function it appears in
webpimg.c:716:16: error: 'PLANE_Y' undeclared (first use in this function)
img.planes[PLANE_Y] = (uint8*)(Y);
^
webpimg.c:717:16: error: 'PLANE_U' undeclared (first use in this function)
img.planes[PLANE_U] = (uint8*)(U);
^
webpimg.c:718:16: error: 'PLANE_V' undeclared (first use in this function)
img.planes[PLANE_V] = (uint8*)(V);
^
make[3]: *** [webpimg.lo] Error 1
These (and others you may be using in other files) should now be VPX_FOO.
Cheers,
Emilio
More information about the pkg-GD-devel
mailing list