Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
35704:ec0cc8013b3a | 35705:b4ce15212bfc |
---|---|
27 | 27 |
28 #include "img_format.h" | 28 #include "img_format.h" |
29 #include "mp_image.h" | 29 #include "mp_image.h" |
30 #include "vf.h" | 30 #include "vf.h" |
31 #include "libavutil/attributes.h" | 31 #include "libavutil/attributes.h" |
32 #include "libavutil/x86_cpu.h" | 32 #include "libavutil/x86/asm.h" |
33 | 33 |
34 typedef void (pack_func_t)(unsigned char *dst, unsigned char *y, | 34 typedef void (pack_func_t)(unsigned char *dst, unsigned char *y, |
35 unsigned char *u, unsigned char *v, int w, int us, int vs); | 35 unsigned char *u, unsigned char *v, int w, int us, int vs); |
36 | 36 |
37 struct vf_priv_s { | 37 struct vf_priv_s { |