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/yuv2rgb_template.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libswscale/x86/yuv2rgb_template.c') diff --git a/libswscale/x86/yuv2rgb_template.c b/libswscale/x86/yuv2rgb_template.c index b028e93152..0b9751623e 100644 --- a/libswscale/x86/yuv2rgb_template.c +++ b/libswscale/x86/yuv2rgb_template.c @@ -21,6 +21,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + +#include "libavutil/x86/asm.h" +#include "libswscale/swscale_internal.h" + #undef MOVNTQ #undef EMMS #undef SFENCE -- cgit v1.2.3