Mercurial > mplayer.hg
diff libmpeg2/vis.h @ 27572:da2271c341ee
Update internal libmpeg2 copy to version 0.5.1.
| author | diego |
|---|---|
| date | Sat, 13 Sep 2008 17:31:45 +0000 |
| parents | d0a8810e155c |
| children |
line wrap: on
line diff
--- a/libmpeg2/vis.h Sat Sep 13 17:06:42 2008 +0000 +++ b/libmpeg2/vis.h Sat Sep 13 17:31:45 2008 +0000 @@ -41,6 +41,9 @@ * the assembler to keep the binary from becoming tainted. */ +#ifndef LIBMPEG2_VIS_H +#define LIBMPEG2_VIS_H + #define vis_opc_base ((0x1 << 31) | (0x36 << 19)) #define vis_opf(X) ((X) << 5) #define vis_sreg(X) (X) @@ -326,3 +329,5 @@ /* Pixel component distance. */ #define vis_pdist(rs1,rs2,rd) vis_dd2d(0x3e, rs1, rs2, rd) + +#endif /* LIBMPEG2_VIS_H */
