This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add missing headers to pass 'make checkheaders'.
Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
a9a8c830cf
commit
01f54021dc
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/armv4l/mathops.h
+2
-0
libavcodec/i386/idct_xvid.h
+ 3
- 0
libavcodec/armv4l/mathops.h
View File
@@ -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;\
+ 2
- 0
libavcodec/i386/idct_xvid.h
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save