diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-12-01 18:48:33 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-12-24 15:47:57 +0100 |
commit | ca87ec53e9c7fb5d79847e8d8fc33553d2d52310 (patch) | |
tree | a94ac4ddcafca1cdb820422dced7fbef6b1f28ff | |
parent | bd071de29ae33a0ea99fd52793394a377ca61589 (diff) | |
download | ffmpeg-ca87ec53e9c7fb5d79847e8d8fc33553d2d52310.tar.gz |
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>
(cherry picked from commit 5089ce1b5abe2ecbbfd7235aeb0ad47ba38305c1)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
(cherry picked from commit 851098c9e004b2ce294b687cb18633b038dcc3fe)
Conflicts:
libswscale/utils.c
-rw-r--r-- | libswscale/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index d7a6ea25b0..2629b3590b 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -42,6 +42,7 @@ #include "libavutil/x86_cpu.h" #include "libavutil/avutil.h" #include "libavutil/bswap.h" +#include "libavutil/mathematics.h" #include "libavutil/pixdesc.h" unsigned swscale_version(void) |