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/xvid_vbr.c
+++ b/xvid_vbr.c
@@ -31,6 +31,7 @@
 #include <math.h>
 
 /* Local headers */
+#include "libavutil/mathematics.h"
 #include "xvid_vbr.h"
 
 /******************************************************************************
-- 
2.43.0

