summaryrefslogtreecommitdiff
path: root/libavcodec/arm/hpeldsp_init_armv6.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-20 14:11:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-20 14:19:08 +0200
commitc4010972c4a7bd1f5f38cf8a75faf7a57da10ee9 (patch)
treef162756b8a21ef9f09fdd9b569364474caca4181 /libavcodec/arm/hpeldsp_init_armv6.c
parent055e5c8e01c57783207861c96a5affbcd9e40160 (diff)
parent7384b7a71338d960e421d6dc3d77da09b0a442cb (diff)
Merge commit '7384b7a71338d960e421d6dc3d77da09b0a442cb'
* commit '7384b7a71338d960e421d6dc3d77da09b0a442cb': arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp Conflicts: libavcodec/arm/Makefile libavcodec/arm/hpeldsp_arm.S libavcodec/arm/hpeldsp_arm.h libavcodec/arm/hpeldsp_armv6.S libavcodec/arm/hpeldsp_init_arm.c libavcodec/arm/hpeldsp_init_armv6.c libavcodec/arm/hpeldsp_init_neon.c libavcodec/arm/hpeldsp_neon.S libavcodec/hpeldsp.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/hpeldsp_init_armv6.c')
-rw-r--r--libavcodec/arm/hpeldsp_init_armv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/hpeldsp_init_armv6.c b/libavcodec/arm/hpeldsp_init_armv6.c
index da4caf8215..967a8e0427 100644
--- a/libavcodec/arm/hpeldsp_init_armv6.c
+++ b/libavcodec/arm/hpeldsp_init_armv6.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"