mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Add missing headers to pass 'make checkheaders'.
Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a9a8c830cf
commit
01f54021dc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user