git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a number of incorrect intmath.h #includes.
[ffmpeg.git]
/
libavcodec
/
arm
/
dca.h
diff --git
a/libavcodec/arm/dca.h
b/libavcodec/arm/dca.h
index
09b6e64
..
3e55e43
100644
(file)
--- a/
libavcodec/arm/dca.h
+++ b/
libavcodec/arm/dca.h
@@
-22,8
+22,9
@@
#define AVCODEC_ARM_DCA_H
#include <stdint.h>
+
#include "config.h"
-#include "libav
util/intmath
.h"
+#include "libav
codec/mathops
.h"
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)