diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-08 00:50:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-08 18:18:23 +0200 |
commit | 71469f3b636fbe06b6aca5933f9fdebddd8d5f57 (patch) | |
tree | 69c521070018e6141c78e4b6e8dfb1aff85e321a /libavcodec/x86/cavsdsp.c | |
parent | ed880050edf061b38d3e39e25657c59ad9108b27 (diff) | |
download | ffmpeg-71469f3b636fbe06b6aca5933f9fdebddd8d5f57.tar.gz |
x86: dsputil: Move constant declarations into separate header
Diffstat (limited to 'libavcodec/x86/cavsdsp.c')
-rw-r--r-- | libavcodec/x86/cavsdsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index 1e33aa4375..38235f0a48 100644 --- a/libavcodec/x86/cavsdsp.c +++ b/libavcodec/x86/cavsdsp.c @@ -28,6 +28,7 @@ #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" #include "libavcodec/cavsdsp.h" +#include "constants.h" #include "dsputil_mmx.h" #include "config.h" |