ffmpeg | branch: master | Carl Eugen Hoyos <ceho...@ag.or.at> | Tue Nov 25 01:27:30 2014 +0100| [0e3ea5b28a32fc068322f3482cd147a787cb9855] | committer: Carl Eugen Hoyos
Include stddef from snow_dwt.h. Fixes make checkheaders. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e3ea5b28a32fc068322f3482cd147a787cb9855 --- libavcodec/snow_dwt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h index 6ac49e2..e2d7528 100644 --- a/libavcodec/snow_dwt.h +++ b/libavcodec/snow_dwt.h @@ -21,6 +21,7 @@ #ifndef AVCODEC_SNOW_DWT_H #define AVCODEC_SNOW_DWT_H +#include <stddef.h> #include <stdint.h> typedef int DWTELEM; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog