diff cpudetect.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 3e1a4184b70e
children 553275f5565f
line wrap: on
line diff
--- a/cpudetect.c	Sun Jan 20 15:41:53 2013 +0000
+++ b/cpudetect.c	Sun Jan 20 16:36:25 2013 +0000
@@ -16,7 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "libavutil/x86_cpu.h"
+#include "libavutil/x86/asm.h"
 #include "config.h"
 #include "cpudetect.h"
 #include "mp_msg.h"