summaryrefslogtreecommitdiff
path: root/libavcodec/x264.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x264.c')
-rw-r--r--libavcodec/x264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x264.c b/libavcodec/x264.c
index 0e850f5739..df5df9810a 100644
--- a/libavcodec/x264.c
+++ b/libavcodec/x264.c
@@ -19,6 +19,7 @@
#include "avcodec.h"
#include <x264.h>
+#include <math.h>
typedef struct X264Context {
x264_param_t params;