diff libmpcodecs/vf_ivtc.c @ 35705:b4ce15212bfc

Replace obsolete x86_cpu.h #includes by the correct header.
author diego
date Sun, 20 Jan 2013 16:36:25 +0000
parents 064be070d8c8
children
line wrap: on
line diff
--- a/libmpcodecs/vf_ivtc.c	Sun Jan 20 15:41:53 2013 +0000
+++ b/libmpcodecs/vf_ivtc.c	Sun Jan 20 16:36:25 2013 +0000
@@ -27,7 +27,7 @@
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
-#include "libavutil/x86_cpu.h"
+#include "libavutil/x86/asm.h"
 #include "libvo/fastmemcpy.h"