mirror of https://git.ffmpeg.org/ffmpeg.git
add required include to make this file self-contained
Originally committed as revision 11211 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
569cb218f8
commit
1b77e87756
|
@ -22,6 +22,8 @@
|
|||
#ifndef FFMPEG_DSPUTIL_MMX_H
|
||||
#define FFMPEG_DSPUTIL_MMX_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern const uint64_t ff_bone;
|
||||
extern const uint64_t ff_wtwo;
|
||||
|
||||
|
|
Loading…
Reference in New Issue