[FFmpeg-cvslog] dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
Diego Biurrun
git at videolan.org
Mon Feb 25 12:30:32 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Feb 23 20:09:44 2013 +0100| [3d035d5a6a9116a334fc82dcb37704da2d074958] | committer: Diego Biurrun
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d035d5a6a9116a334fc82dcb37704da2d074958
---
libavcodec/alpha/dsputil_alpha.h | 1 +
1 file changed, 1 insertion(+)
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);
More information about the ffmpeg-cvslog
mailing list