Package: libopenshot / 0.2.5+dfsg1-4

Metadata

Package Version Patches format
libopenshot 0.2.5+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix_ffmpeg_gcc 10_ftbfs.patch | (download)

include/FFmpegUtilities.h | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

 [patch] ffmpegutilities: replace variable definition with statement
 expression

It is needed to avoid multiple definitions of AV_GET_CODEC_CONTEXT,
which is considered as an error with '-fno-common' which is default
since gcc-10.

Fixes: #511