Mercurial > mplayer.hg
diff libmpcodecs/vf_tfields.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 | e979453a6af8 |
| children |
line wrap: on
line diff
--- a/libmpcodecs/vf_tfields.c Sun Jan 20 15:41:53 2013 +0000 +++ b/libmpcodecs/vf_tfields.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 "libmpdemux/demuxer.h" #include "libvo/fastmemcpy.h"
