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
|
|
| 31 | 31 | #include <math.h> |
| 32 | 32 | |
| 33 | 33 | /* Local headers */ |
| | 34 | #include "libavutil/mathematics.h" |
| 34 | 35 | #include "xvid_vbr.h" |
| 35 | 36 | |
| 36 | 37 | /****************************************************************************** |