[FFmpeg-devel] [PATCH] hevcdsp: add missing header include

James Almer jamrial at gmail.com
Sat May 10 04:57:25 CEST 2014


Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavcodec/x86/hevcdsp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/x86/hevcdsp.h b/libavcodec/x86/hevcdsp.h
index 601dede..0a52a95 100644
--- a/libavcodec/x86/hevcdsp.h
+++ b/libavcodec/x86/hevcdsp.h
@@ -25,6 +25,8 @@
 #ifndef AVCODEC_X86_HEVCDSP_H
 #define AVCODEC_X86_HEVCDSP_H
 
+#include <stdint.h>
+
 #define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \
 dst[idx1][idx2][idx3] = ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt; \
 dst ## _bi[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt; \
-- 
1.8.5.5



More information about the ffmpeg-devel mailing list