[FFmpeg-devel] [PATCH] proresdsp: Fix checkheaders

James Almer jamrial at gmail.com
Sun Feb 3 10:01:35 CET 2013


It's been broken since commit ac89875

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

diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h
index a9df918..706162a 100644
--- a/libavcodec/proresdsp.h
+++ b/libavcodec/proresdsp.h
@@ -24,6 +24,7 @@
 #define AVCODEC_PRORESDSP_H
 
 #include <stdint.h>
+#include "dsputil.h"
 
 #define PRORES_BITS_PER_SAMPLE 10 ///< output precision of prores decoder
 
-- 
1.7.12.4



More information about the ffmpeg-devel mailing list