comparison ps2/mmi.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 43c97362dfa8
children eebc7209c47f
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef FFMPEG_MMI_H 21 #ifndef AVCODEC_PS2_MMI_H
22 #define FFMPEG_MMI_H 22 #define AVCODEC_PS2_MMI_H
23 23
24 #define align16 __attribute__ ((aligned (16))) 24 #define align16 __attribute__ ((aligned (16)))
25 25
26 /* 26 /*
27 #define r0 $zero 27 #define r0 $zero
166 asm volatile ("pmfhl.uw " #rd) 166 asm volatile ("pmfhl.uw " #rd)
167 167
168 #define pextlb(rs, rt, rd) \ 168 #define pextlb(rs, rt, rd) \
169 asm volatile ("pextlb " #rd ", " #rs ", " #rt ) 169 asm volatile ("pextlb " #rd ", " #rs ", " #rt )
170 170
171 #endif /* FFMPEG_MMI_H */ 171 #endif /* AVCODEC_PS2_MMI_H */