projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
x86: Add some more missing headers
[ffmpeg.git]
/
libavcodec
/
x86
/
dsputil_x86.h
diff --git
a/libavcodec/x86/dsputil_x86.h
b/libavcodec/x86/dsputil_x86.h
index
c8615b2
..
990324a
100644
(file)
--- a/
libavcodec/x86/dsputil_x86.h
+++ b/
libavcodec/x86/dsputil_x86.h
@@
-19,12
+19,13
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVCODEC_X86_DSPUTIL_
MMX
_H
-#define AVCODEC_X86_DSPUTIL_
MMX
_H
+#ifndef AVCODEC_X86_DSPUTIL_
X86
_H
+#define AVCODEC_X86_DSPUTIL_
X86
_H
#include <stddef.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
+#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
#include "libavutil/x86/asm.h"
#include "constants.h"
#include "libavcodec/dsputil.h"
#include "libavutil/x86/asm.h"
#include "constants.h"
@@
-186,4
+187,4
@@
STATIC void PFX1 ## _pixels16 ## TYPE ## CPUEXT(uint8_t *block, \
line_size, h); \
}
line_size, h); \
}
-#endif /* AVCODEC_X86_DSPUTIL_
MMX
_H */
+#endif /* AVCODEC_X86_DSPUTIL_
X86
_H */