[FFmpeg-devel] [PATCH] hevcdsp: include stddef.h for ptrdiff_t definition

Michael Niedermayer michaelni at gmx.at
Sat May 10 18:56:17 CEST 2014


On Sat, May 10, 2014 at 01:21:28PM -0300, James Almer wrote:
> Including stdint.h was enough for systems like Mingw, but apparently not for Linux.
> This should fix make checkheaders failures on every platform
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/x86/hevcdsp.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/x86/hevcdsp.h b/libavcodec/x86/hevcdsp.h
> index 0a52a95..c5a64c7 100644
> --- a/libavcodec/x86/hevcdsp.h
> +++ b/libavcodec/x86/hevcdsp.h
> @@ -25,6 +25,7 @@
>  #ifndef AVCODEC_X86_HEVCDSP_H
>  #define AVCODEC_X86_HEVCDSP_H
>  
> +#include <stddef.h>
>  #include <stdint.h>

applied
thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140510/b86cd024/attachment.asc>


More information about the ffmpeg-devel mailing list