Revision 5b21bdab libavcodec/ps2/mmi.h
libavcodec/ps2/mmi.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef MMI_H |
|
22 |
#define MMI_H |
|
21 |
#ifndef FFMPEG_MMI_H
|
|
22 |
#define FFMPEG_MMI_H
|
|
23 | 23 |
|
24 | 24 |
#define align16 __attribute__ ((aligned (16))) |
25 | 25 |
|
... | ... | |
168 | 168 |
#define pextlb(rs, rt, rd) \ |
169 | 169 |
__asm__ __volatile__ ("pextlb " #rd ", " #rs ", " #rt ) |
170 | 170 |
|
171 |
#endif |
|
172 |
|
|
171 |
#endif /* FFMPEG_MMI_H */ |
Also available in: Unified diff