diff libmpcodecs/vf_divtc.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 4f7230f2e549
children
line wrap: on
line diff
--- a/libmpcodecs/vf_divtc.c	Sun Jan 20 15:41:53 2013 +0000
+++ b/libmpcodecs/vf_divtc.c	Sun Jan 20 16:36:25 2013 +0000
@@ -26,7 +26,7 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 #include "libavutil/common.h"
-#include "libavutil/x86_cpu.h"
+#include "libavutil/x86/asm.h"
 #include "mpbswap.h"
 
 #include "img_format.h"