mirror of https://git.ffmpeg.org/ffmpeg.git
swscale: #include "libavutil/mathematics.h"
this file uses the M_PI macro since4e74187db2
, so include the correct header directly. Signed-off-by: Reinhard Tartler <siretart@tauware.de> (cherry picked from commit5089ce1b5a
) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
parent
bba709214a
commit
851098c9e0
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue