Commit 681e7268 authored by Kostya Shishkov's avatar Kostya Shishkov

dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2

parent 83f15a12
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment