From 1a8d0cf77ed2611e542ae98f341d4c43a04467bd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 27 Jan 2014 15:06:54 +0100 Subject: x86: dsputil: Move inline assembly macros to a separate header --- libavcodec/x86/rnd_template.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/x86/rnd_template.c') 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 #include +#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) -- cgit v1.2.3