Commit 1fc003eb authored by diego's avatar diego

Add missing headers to pass 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15745 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 65d6f364
......@@ -22,6 +22,9 @@
#ifndef AVCODEC_ARMV4L_MATHOPS_H
#define AVCODEC_ARMV4L_MATHOPS_H
#include <stdint.h>
#include "libavutil/common.h"
#ifdef FRAC_BITS
# define MULL(a, b) \
({ int lo, hi;\
......
......@@ -26,6 +26,8 @@
#ifndef AVCODEC_I386_IDCT_XVID_H
#define AVCODEC_I386_IDCT_XVID_H
#include <stdint.h>
void ff_idct_xvid_mmx(short *block);
void ff_idct_xvid_mmx2(short *block);
void ff_idct_xvid_sse2(short *block);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment