[FFmpeg-devel] [PATCH 12/17] lavc/jacosub: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:37 CEST 2012
From: Clément Bœsch <clement.boesch at smartjog.com>
---
libavcodec/jacosub.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/jacosub.h b/libavcodec/jacosub.h
index 410969e..c3665ae 100644
--- a/libavcodec/jacosub.h
+++ b/libavcodec/jacosub.h
@@ -26,6 +26,8 @@
#ifndef AVCODEC_JACOSUB_H
#define AVCODEC_JACOSUB_H
+#include "libavutil/common.h"
+
#define JSS_MAX_LINESIZE 512
static av_always_inline int jss_whitespace(char c)
--
1.7.9.5
More information about the ffmpeg-devel
mailing list