Comment # 4 on bug 1029609 from
Tested on 13.2 and latest update there is 55.x. Chromium seems not to be
affected there.

While testing on 42.2 54.x is not affected while update to 55.x seems to have
triggered the issue.

Checking all the version based conditions conditions we have in place there:
%if %{?suse_version} != 1320
# 1320 didn't contain ffmpeg YET
%bcond_without system_ffmpeg
%else
%bcond_with system_ffmpeg
%endif
%if %{?suse_version} <= 1320
%bcond_with system_vpx
%else
%bcond_without system_vpx
%endif
%if %{?suse_version} < 1330
%bcond_with system_icu
%else
%bcond_without system_icu
%endif
%if %{?suse_version} >= 1320 || (%{?suse_version} == 1315 && 0%{?leap_version}
>= 420200)
%bcond_without system_minizip
%else
%bcond_with system_mnizip
%endif
# This is just overall condition to contain everything we can't provide on
SLE12
%if 0%{?suse_version} >= 1320 || 0%{?is_opensuse}
%bcond_with sle_bundles
%else
%bcond_without sle_bundles
%endif
%bcond_with clang

This boils down to ffmpeg only switch, which is weird that should have no
effect on the vp8... but I will try...


You are receiving this mail because: