[FFmpeg-cvslog] swscale: #include "libavutil/mathematics.h"

Reinhard Tartler git at videolan.org
Fri Dec 2 01:00:54 CET 2011


ffmpeg | branch: master | Reinhard Tartler <siretart at tauware.de> | Thu Dec  1 18:48:33 2011 +0100| [5089ce1b5abe2ecbbfd7235aeb0ad47ba38305c1] | committer: Reinhard Tartler

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 at tauware.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5089ce1b5abe2ecbbfd7235aeb0ad47ba38305c1
---

 libswscale/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index 4458e8f..b644ed9 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"
 



More information about the ffmpeg-cvslog mailing list