Module: libav
Branch: master
Commit: c5eb279e240af6b7228a624cd7193732f2d5adaa

Author:    Luca Barbato <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Thu Dec  3 00:31:30 2015 +0100

g723: Add missing header

Unbreak make check.

---

 libavcodec/g723_1.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h
index 3fd52df..166d897 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)

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to