diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-02-08 13:29:51 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-02-08 13:38:36 +0100 |
commit | 5c1c6e82261b856214499b9fef3a08bf3ff6e0ae (patch) | |
tree | a6e152631182528fe1473615ae0b526663630462 /libavcodec/arm | |
parent | 6398d8fd813490fc3900baf8c788f803d8e17b73 (diff) | |
download | ffmpeg-5c1c6e82261b856214499b9fef3a08bf3ff6e0ae.tar.gz |
dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/dca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/dca.h b/libavcodec/arm/dca.h index 06e3ea6ba3..580bd75ffe 100644 --- a/libavcodec/arm/dca.h +++ b/libavcodec/arm/dca.h @@ -24,6 +24,7 @@ #include <stdint.h> #include "config.h" +#include "libavcodec/dcadsp.h" #include "libavcodec/mathops.h" #if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4) |