Commit 5089ce1b authored by Reinhard Tartler's avatar Reinhard Tartler

swscale: #include "libavutil/mathematics.h"

this file uses the M_PI macro since
4e74187d, so include the correct header
directly.
Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
parent 74e96eb7
......@@ -43,6 +43,7 @@
#include "libavutil/cpu.h"
#include "libavutil/avutil.h"
#include "libavutil/bswap.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment