diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-07 20:07:17 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-08 07:16:01 +0100 |
commit | 681e72686555c2d334fc20c3c036bc0149139e6b (patch) | |
tree | b9c7b7f29b1f1251fc9b859351c013be6c0221ad /libavcodec | |
parent | 83f15a1228895434a982c840b09edccd1c64e800 (diff) | |
download | ffmpeg-681e72686555c2d334fc20c3c036bc0149139e6b.tar.gz |
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dca.c | 1 |
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" |