[FFmpeg-cvslog] r11211 - trunk/libavcodec/i386/dsputil_mmx.h

Diego Biurrun diego
Tue Dec 18 10:15:18 CET 2007


On Wed, Dec 12, 2007 at 11:45:03PM +0100, aurel wrote:
> 
> Log:
> add required include to make this file self-contained
> 
> --- trunk/libavcodec/i386/dsputil_mmx.h	(original)
> +++ trunk/libavcodec/i386/dsputil_mmx.h	Wed Dec 12 23:45:03 2007
> @@ -22,6 +22,8 @@
>  #ifndef FFMPEG_DSPUTIL_MMX_H
>  #define FFMPEG_DSPUTIL_MMX_H
>  
> +#include <stdint.h>
> +
>  extern const uint64_t ff_bone;
>  extern const uint64_t ff_wtwo;

Isn't inttypes.h more portable and thus preferable?

Diego




More information about the ffmpeg-cvslog mailing list