On Mon, Dec 14, 2020 at 12:24 AM Jeff Law <law@redhat.com> wrote:


On 12/13/20 10:04 PM, Robert-André Mauchin wrote:
>
>  - VLC: Fails with error: 'numeric_limits' is not a member of 'std'
> Reported upstream:
> https://trac.videolan.org/vlc/ticket/25325
> I have a patch to try for this.
> I have CC RPMFusion.
Yea, this is a common problem with the introduction of gcc-11.  #include
<limits> is the right solution.

Heh, that hit me as well in the bundled OpenEXR — appreciate you short-circuiting any research I'd have to do into fixing it! ;-)