comparison i386/mmx.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 * 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 FFMPEG_MMX_H 21 #ifndef AVCODEC_I386_MMX_H
22 #define FFMPEG_MMX_H 22 #define AVCODEC_I386_MMX_H
23 23
24 #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected. 24 #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
25 25
26 /* 26 /*
27 * The type of an value that fits in an MMX register (note that long 27 * The type of an value that fits in an MMX register (note that long
280 280
281 #define punpcklqdq_r2r(regs,regd) mmx_r2r (punpcklqdq, regs, regd) 281 #define punpcklqdq_r2r(regs,regd) mmx_r2r (punpcklqdq, regs, regd)
282 #define punpckhqdq_r2r(regs,regd) mmx_r2r (punpckhqdq, regs, regd) 282 #define punpckhqdq_r2r(regs,regd) mmx_r2r (punpckhqdq, regs, regd)
283 283
284 284
285 #endif /* FFMPEG_MMX_H */ 285 #endif /* AVCODEC_I386_MMX_H */