Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-12-03 02:31:30 +0300
committerLuca Barbato <lu_zero@gentoo.org>2015-12-05 14:12:26 +0300
commitc5eb279e240af6b7228a624cd7193732f2d5adaa (patch)
tree7949ce027b069b5e84fcf803e9fd05e70c3926dc /libavcodec/g723_1.h
parent1077d8c8455b27688de37cd04f8cc253fb37944d (diff)
g723: Add missing header
Unbreak make check.
Diffstat (limited to 'libavcodec/g723_1.h')
-rw-r--r--libavcodec/g723_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h
index 3fd52dfdee..166d897996 100644
--- a/libavcodec/g723_1.h
+++ b/libavcodec/g723_1.h
@@ -30,6 +30,8 @@
#include <stdint.h>
+#include "libavutil/log.h"
+
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)