Ticket #2423: 0001-xvid_vbr-Include-lavu-mathematics.h-to-make-sure-the.patch

File 0001-xvid_vbr-Include-lavu-mathematics.h-to-make-sure-the.patch, 610 bytes (added by beastd, 2 years ago)
  • xvid_vbr.c

    From 67a8a76e486a027d73012230af0829e59e5e34b1 Mon Sep 17 00:00:00 2001
    From: Alexander Strasser <eclipse7@gmx.net>
    Date: Sun, 19 May 2024 21:29:17 +0200
    Subject: [PATCH] xvid_vbr: Include lavu mathematics.h to make sure there is
     M_PI
    
    ---
     xvid_vbr.c | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/xvid_vbr.c b/xvid_vbr.c
    index 5af11f3bd..02a8e6cbb 100644
    a b  
    3131#include <math.h>
    3232
    3333/* Local headers */
     34#include "libavutil/mathematics.h"
    3435#include "xvid_vbr.h"
    3536
    3637/******************************************************************************