Mercurial > mplayer.hg
comparison libmpcodecs/vf_ass.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 | 2cf9f80c4023 |
children |
comparison
equal
deleted
inserted
replaced
35704:ec0cc8013b3a | 35705:b4ce15212bfc |
---|---|
44 | 44 |
45 #include "sub/ass_mp.h" | 45 #include "sub/ass_mp.h" |
46 #include "sub/eosd.h" | 46 #include "sub/eosd.h" |
47 | 47 |
48 #include "cpudetect.h" | 48 #include "cpudetect.h" |
49 #include "libavutil/x86_cpu.h" | 49 #include "libavutil/x86/asm.h" |
50 | 50 |
51 #define _r(c) ((c)>>24) | 51 #define _r(c) ((c)>>24) |
52 #define _g(c) (((c)>>16)&0xFF) | 52 #define _g(c) (((c)>>16)&0xFF) |
53 #define _b(c) (((c)>>8)&0xFF) | 53 #define _b(c) (((c)>>8)&0xFF) |
54 #define _a(c) ((c)&0xFF) | 54 #define _a(c) ((c)&0xFF) |