summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec')
-rw-r--r--src/libffmpeg/libavcodec/mpegaudiodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/mpegaudiodec.c b/src/libffmpeg/libavcodec/mpegaudiodec.c
index 58caf6510..d01405f54 100644
--- a/src/libffmpeg/libavcodec/mpegaudiodec.c
+++ b/src/libffmpeg/libavcodec/mpegaudiodec.c
@@ -23,6 +23,7 @@
*/
//#define DEBUG
+#include <math.h>
#include "avcodec.h"
#include "mpegaudio.h"
#include "dsputil.h"