summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-03-07 20:07:17 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-03-08 07:16:01 +0100
commit681e72686555c2d334fc20c3c036bc0149139e6b (patch)
treeb9c7b7f29b1f1251fc9b859351c013be6c0221ad /libavcodec/dca.c
parent83f15a1228895434a982c840b09edccd1c64e800 (diff)
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
Diffstat (limited to 'libavcodec/dca.c')
-rw-r--r--libavcodec/dca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c
index 8e4f819109..103f0588e3 100644
--- a/libavcodec/dca.c
+++ b/libavcodec/dca.c
@@ -29,6 +29,7 @@
#include "libavutil/common.h"
#include "libavutil/intmath.h"
#include "libavutil/intreadwrite.h"
+#include "libavutil/mathematics.h"
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "dsputil.h"