diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-16 14:02:24 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-16 14:23:59 +0300 |
commit | 232e35de2e139cc2d34ed67a34dedbbc5da56052 (patch) | |
tree | 351a81a6af239ed23115650ecea9afea383055cd /libavcodec/sparc | |
parent | f704a079a122a7a92db4d88c9aea5e3a88e38bc9 (diff) | |
download | ffmpeg-232e35de2e139cc2d34ed67a34dedbbc5da56052.tar.gz |
Fix even more missing includes after the common.h removal
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/sparc')
-rw-r--r-- | libavcodec/sparc/simple_idct_vis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/sparc/simple_idct_vis.c b/libavcodec/sparc/simple_idct_vis.c index f9fcf809fb..43a898a381 100644 --- a/libavcodec/sparc/simple_idct_vis.c +++ b/libavcodec/sparc/simple_idct_vis.c @@ -22,8 +22,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <stdint.h> + #include "libavcodec/dsputil.h" #include "dsputil_vis.h" +#include "libavutil/mem.h" static const DECLARE_ALIGNED(8, int16_t, coeffs)[28] = { - 1259,- 1259,- 1259,- 1259, |