summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-12-01 18:48:33 +0100
committerReinhard Tartler <siretart@tauware.de>2011-12-01 19:12:26 +0100
commit5089ce1b5abe2ecbbfd7235aeb0ad47ba38305c1 (patch)
treeca08992ba4169d317f7ed44dfafae1220251fc46 /libswscale/utils.c
parent74e96eb77e7ce6da6917d8fb5ae1151b90eb5e4b (diff)
swscale: #include "libavutil/mathematics.h"
this file uses the M_PI macro since 4e74187db2f5db52f88729efc662df9d6bc763e1, so include the correct header directly. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r--libswscale/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c
index 4458e8f700..b644ed9610 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -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"