[FFmpeg-cvslog] lavc/x86/idctdsp.h: Fix make checkheaders.

Carl Eugen Hoyos git at videolan.org
Thu Sep 25 22:20:27 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Sep 25 22:18:25 2014 +0200| [c0f9df30dd025acf7c9855cb2c742e185a2ec8db] | committer: Carl Eugen Hoyos

lavc/x86/idctdsp.h: Fix make checkheaders.

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

 libavcodec/x86/idctdsp.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/x86/idctdsp.h b/libavcodec/x86/idctdsp.h
index 6408df1..daa4e79 100644
--- a/libavcodec/x86/idctdsp.h
+++ b/libavcodec/x86/idctdsp.h
@@ -20,6 +20,7 @@
 #define AVCODEC_X86_IDCTDSP_H
 
 #include <stdint.h>
+#include <stddef.h>
 
 void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
                                ptrdiff_t line_size);



More information about the ffmpeg-cvslog mailing list