summaryrefslogtreecommitdiff
path: root/libavcodec/dcadec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-08 01:11:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-08 01:20:33 +0100
commit82ae8a44e631b25ba3b2c1b7333a4fe5cf18dc07 (patch)
tree111e59b7d850a185cb0b2f0ae05666abe97e58f9 /libavcodec/dcadec.c
parent7ffe78a445f426aeeec4b02895c3b72dd834867a (diff)
parent5b59a9fc6152169599561f04b4f66370edda5c9c (diff)
Merge commit '5b59a9fc6152169599561f04b4f66370edda5c9c'
* commit '5b59a9fc6152169599561f04b4f66370edda5c9c': x86: dcadsp: implement int8x8_fmul_int32 Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dcadec.c')
-rw-r--r--libavcodec/dcadec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
index 969e1f2341..4b7f5d00bb 100644
--- a/libavcodec/dcadec.c
+++ b/libavcodec/dcadec.c
@@ -49,6 +49,9 @@
#if ARCH_ARM
# include "arm/dca.h"
#endif
+#if ARCH_X86
+# include "x86/dca.h"
+#endif
//#define TRACE