diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-27 15:06:54 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 1a8d0cf77ed2611e542ae98f341d4c43a04467bd (patch) | |
tree | 46a3521745d61522f665f9cc60c91fdcbc7411b8 /libavcodec/x86/rnd_template.c | |
parent | 1df0b061621b10edde87e3ab7ea83aed381c574f (diff) | |
download | ffmpeg-1a8d0cf77ed2611e542ae98f341d4c43a04467bd.tar.gz |
x86: dsputil: Move inline assembly macros to a separate header
Diffstat (limited to 'libavcodec/x86/rnd_template.c')
-rw-r--r-- | libavcodec/x86/rnd_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/rnd_template.c b/libavcodec/x86/rnd_template.c index 144f111368..a9fb13234b 100644 --- a/libavcodec/x86/rnd_template.c +++ b/libavcodec/x86/rnd_template.c @@ -27,6 +27,8 @@ #include <stddef.h> #include <stdint.h> +#include "inline_asm.h" + // put_pixels STATIC void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |