diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-20 15:24:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-20 15:24:25 +0200 |
commit | 6ec26157b96b74a26c5148bffbf862920a1afc34 (patch) | |
tree | e42fc16ac43e0ce3d5a03f596b50b4c03caebae6 /libavcodec/alpha/hpeldsp_alpha.h | |
parent | fdb1f7eb7a802eec63a051499110842f3056cf9b (diff) | |
parent | 2957d29f0531ccd8a6f4378293424dfd92db3044 (diff) | |
download | ffmpeg-6ec26157b96b74a26c5148bffbf862920a1afc34.tar.gz |
Merge commit '2957d29f0531ccd8a6f4378293424dfd92db3044'
* commit '2957d29f0531ccd8a6f4378293424dfd92db3044':
alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Conflicts:
libavcodec/alpha/dsputil_alpha.c
libavcodec/alpha/hpeldsp_alpha.c
libavcodec/alpha/hpeldsp_alpha.h
libavcodec/alpha/hpeldsp_alpha_asm.S
libavcodec/hpeldsp.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha/hpeldsp_alpha.h')
-rw-r--r-- | libavcodec/alpha/hpeldsp_alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/alpha/hpeldsp_alpha.h b/libavcodec/alpha/hpeldsp_alpha.h index 53e8604acd..985182c67b 100644 --- a/libavcodec/alpha/hpeldsp_alpha.h +++ b/libavcodec/alpha/hpeldsp_alpha.h @@ -20,6 +20,7 @@ #define AVCODEC_ALPHA_HPELDSP_ALPHA_H #include <stdint.h> +#include <stddef.h> void put_pixels_axp_asm(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); |