Package: icedove
Version: 31.6.0-1
Severity: serious

On a binNMU for the libvpx transition, your package failed to build with:

/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:
 In member function 'virtual int webrtc::VP8EncoderImpl::InitEncode(const 
webrtc::VideoCodec*, int, uint32_t)':
/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:183:29:
 error: 'IMG_FMT_I420' was not declared in this scope
   raw_ = vpx_img_wrap(NULL, IMG_FMT_I420, codec_.width, codec_.height,
                             ^
/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:
 In member function 'virtual int webrtc::VP8EncoderImpl::Encode(const 
webrtc::I420VideoFrame&, const webrtc::CodecSpecificInfo*, const 
std::vector<webrtc::VideoFrameType>*)':
/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:352:16:
 error: 'PLANE_Y' was not declared in this scope
   raw_->planes[PLANE_Y] = const_cast<uint8_t*>(input_image.buffer(kYPlane));
                ^
/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:353:16:
 error: 'PLANE_U' was not declared in this scope
   raw_->planes[PLANE_U] = const_cast<uint8_t*>(input_image.buffer(kUPlane));
                ^
/«PKGBUILDDIR»/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:354:16:
 error: 'PLANE_V' was not declared in this scope
   raw_->planes[PLANE_V] = const_cast<uint8_t*>(input_image.buffer(kVPlane));
                ^
make[7]: *** [vp8_impl.o] Error 1

See 
https://buildd.debian.org/status/fetch.php?pkg=icedove&arch=amd64&ver=31.6.0-1%2Bb1&stamp=1431713936

These constants are now called VPX_*.

Regards,
Emilio


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to