Control: tags -1 patch Hi,
On 31/05/18 22:13, Bernhard Schmidt wrote: > On 29.05.2018 11:20, James Cowgill wrote: >> On Wed, 24 Jan 2018 22:26:50 +0000 jcowg...@debian.org wrote: >>> Source: linphone >>> Version: 3.6.1-3 >>> Severity: important >>> User: debian-multime...@lists.debian.org >>> Usertags: ffmpeg-3.5-transition >>> >>> Hi, >>> >>> Your package FTBFS with the upcoming version 3.5 of FFmpeg. >> >> This is fixed in 3.12.0-2 in experimental. Since I want to use these >> bugs to track what needs doing for the transition, please don't close it >> until the fix is in unstable. > > Thanks. Unfortunately uploading a current version of linphone into > unstable is currently blocked by #891620. I've attached a patch which will fix this for 3.6.1 so the ffmpeg transition isn't blocked by the linphone one. Note that the patch is different from the one applied upstream because after looking carefully, the upstream fix was wrong. I'll file a separate bug about that in a moment. James
Description: Fix FTBFS with FFmpeg 4.0 Author: James Cowgill <jcowg...@debian.org> Bug-Debian: https://bugs.debian.org/888349 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/mediastreamer2/src/videofilters/nowebcam.c +++ b/mediastreamer2/src/videofilters/nowebcam.c @@ -1749,7 +1749,7 @@ mblk_t *ms_load_jpeg_as_yuv(const char * m=ms_load_generate_yuv(reqsize); return m; } - jpgbuf=(uint8_t*)ms_malloc0(statbuf.st_size + FF_INPUT_BUFFER_PADDING_SIZE); + jpgbuf=(uint8_t*)ms_malloc0(statbuf.st_size + AV_INPUT_BUFFER_PADDING_SIZE); if (jpgbuf==NULL) { close(fd);
signature.asc
Description: OpenPGP digital signature