comparison i386/mmx.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents c8c591fe26f8
children d61c328938e8
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #ifndef AVCODEC_I386MMX_H 21 #ifndef FFMPEG_MMX_H
22 #define AVCODEC_I386MMX_H 22 #define FFMPEG_MMX_H
23 23
24 /* 24 /*
25 * The type of an value that fits in an MMX register (note that long 25 * The type of an value that fits in an MMX register (note that long
26 * long constant values MUST be suffixed by LL and unsigned long long 26 * long constant values MUST be suffixed by LL and unsigned long long
27 * values by ULL, lest they be truncated by the compiler) 27 * values by ULL, lest they be truncated by the compiler)
278 278
279 #define punpcklqdq_r2r(regs,regd) mmx_r2r (punpcklqdq, regs, regd) 279 #define punpcklqdq_r2r(regs,regd) mmx_r2r (punpcklqdq, regs, regd)
280 #define punpckhqdq_r2r(regs,regd) mmx_r2r (punpckhqdq, regs, regd) 280 #define punpckhqdq_r2r(regs,regd) mmx_r2r (punpckhqdq, regs, regd)
281 281
282 282
283 #endif /* AVCODEC_I386MMX_H */ 283 #endif /* FFMPEG_MMX_H */