projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04cccb5
)
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
author
Diego Biurrun
<diego@biurrun.de>
Sat, 23 Feb 2013 19:09:44 +0000
(20:09 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 24 Feb 2013 17:51:40 +0000
(18:51 +0100)
libavcodec/alpha/dsputil_alpha.h
patch
|
blob
|
history
diff --git
a/libavcodec/alpha/dsputil_alpha.h
b/libavcodec/alpha/dsputil_alpha.h
index 6eee97fe6335acad3b1805a40b89ca3cbeaa46a6..fcea47c6653d5fb9b5246810206fa2304de3dc22 100644
(file)
--- 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);