Module: libav Branch: master Commit: 3d035d5a6a9116a334fc82dcb37704da2d074958
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sat Feb 23 20:09:44 2013 +0100 dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation --- libavcodec/alpha/dsputil_alpha.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/alpha/dsputil_alpha.h b/libavcodec/alpha/dsputil_alpha.h index 6eee97f..fcea47c 100644 --- a/libavcodec/alpha/dsputil_alpha.h +++ b/libavcodec/alpha/dsputil_alpha.h @@ -19,6 +19,7 @@ #ifndef AVCODEC_ALPHA_DSPUTIL_ALPHA_H #define AVCODEC_ALPHA_DSPUTIL_ALPHA_H +#include <stddef.h> #include <stdint.h> void ff_simple_idct_axp(int16_t *block); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
