Mercurial > mplayer.hg
diff libmpcodecs/vf_ilpack.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 | 51b77c9a11ef |
children | 56cfc2c9cbad |
line wrap: on
line diff
--- a/libmpcodecs/vf_ilpack.c Sun Jan 20 15:41:53 2013 +0000 +++ b/libmpcodecs/vf_ilpack.c Sun Jan 20 16:36:25 2013 +0000 @@ -29,7 +29,7 @@ #include "mp_image.h" #include "vf.h" #include "libavutil/attributes.h" -#include "libavutil/x86_cpu.h" +#include "libavutil/x86/asm.h" typedef void (pack_func_t)(unsigned char *dst, unsigned char *y, unsigned char *u, unsigned char *v, int w, int us, int vs);