From aba70bb5387f12dfa5e6cd8cb861c9c7e668151f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 9 Jan 2014 10:27:20 +0100 Subject: Add missing headers to make template files compile (more) standalone --- libswscale/x86/rgb2rgb_template.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale/x86/rgb2rgb_template.c') diff --git a/libswscale/x86/rgb2rgb_template.c b/libswscale/x86/rgb2rgb_template.c index dc3c694a9e..5d34c21711 100644 --- a/libswscale/x86/rgb2rgb_template.c +++ b/libswscale/x86/rgb2rgb_template.c @@ -25,8 +25,10 @@ */ #include +#include #include "libavutil/attributes.h" +#include "libavutil/x86/asm.h" #undef PREFETCH #undef MOVNTQ -- cgit v1.2.3