[FFmpeg-cvslog] Dirac: Solved problem with make checkheaders

Jordi Ortiz git at videolan.org
Sat Nov 5 00:15:47 CET 2011


ffmpeg | branch: master | Jordi Ortiz <nenjordi at gmail.com> | Thu Nov  3 17:32:10 2011 +0100| [1b95b52c0a73a5f29060de4861f36470a05df65d] | committer: Michael Niedermayer

Dirac: Solved problem with make checkheaders
(cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b95b52c0a73a5f29060de4861f36470a05df65d
---

 libavcodec/diracdsp.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h
index 454fa3b..68c04c2 100644
--- a/libavcodec/diracdsp.h
+++ b/libavcodec/diracdsp.h
@@ -21,6 +21,8 @@
 #ifndef AVCODEC_DIRACDSP_H
 #define AVCODEC_DIRACDSP_H
 
+#include <stdint.h>
+
 typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
 typedef void (*dirac_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h);
 



More information about the ffmpeg-cvslog mailing list