summaryrefslogtreecommitdiff
path: root/tools/trasher.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-14 14:07:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-14 14:13:38 +0200
commit509f502902e3760358d5c0c189f3d288652406e5 (patch)
treec577f55e9db991afa1d1aaa0df4d6626e5155b10 /tools/trasher.c
parent363307813e834314e85ac833dc17b4a8527c8559 (diff)
parent58139e141bfd7116e527bae6a9f71c3b43fc8ff2 (diff)
downloadffmpeg-509f502902e3760358d5c0c189f3d288652406e5.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place trasher: Include all the necessary headers x86: Remove some leftover declarations for non-existent functions ARM: libavresample: NEON optimised generic fltp to s16 conversion ARM: libavresample: NEON optimised stereo fltp to s16 conversion ARM: libavresample: NEON optimised flat float to s16 conversion Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools/trasher.c')
-rw-r--r--tools/trasher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/trasher.c b/tools/trasher.c
index 61fd395f28..93bfc0c3e4 100644
--- a/tools/trasher.c
+++ b/tools/trasher.c
@@ -21,6 +21,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <errno.h>
+#include <string.h>
static uint32_t state;
static uint32_t ran(void)