summaryrefslogtreecommitdiff
path: root/libavcodec/x86/constants.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-08 00:50:17 +0200
committerDiego Biurrun <diego@biurrun.de>2013-05-08 18:18:23 +0200
commit71469f3b636fbe06b6aca5933f9fdebddd8d5f57 (patch)
tree69c521070018e6141c78e4b6e8dfb1aff85e321a /libavcodec/x86/constants.c
parented880050edf061b38d3e39e25657c59ad9108b27 (diff)
x86: dsputil: Move constant declarations into separate header
Diffstat (limited to 'libavcodec/x86/constants.c')
-rw-r--r--libavcodec/x86/constants.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
index 5511eed0ae..5b8d1b224f 100644
--- a/libavcodec/x86/constants.c
+++ b/libavcodec/x86/constants.c
@@ -20,6 +20,7 @@
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h" // for xmm_reg
+#include "constants.h"
DECLARE_ALIGNED(8, const uint64_t, ff_wtwo) = 0x0002000200020002ULL;