diff armv4l/dsputil_iwmmxt_rnd.h @ 5828:1876bc447aa4 libavcodec

Add missing multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:31:06 +0000
parents c8c591fe26f8
children 533bfc034f45
line wrap: on
line diff
--- a/armv4l/dsputil_iwmmxt_rnd.h	Wed Oct 17 09:21:52 2007 +0000
+++ b/armv4l/dsputil_iwmmxt_rnd.h	Wed Oct 17 09:31:06 2007 +0000
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef FFMPEG_DSPUTIL_IWMMXT_RND_H
+#define FFMPEG_DSPUTIL_IWMMXT_RND_H
+
 void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
 {
     int stride = line_size;
@@ -1112,3 +1115,5 @@
         : [line_size]"r"(line_size)
         : "r12", "memory");
 }
+
+#endif /* FFMPEG_DSPUTIL_IWMMXT_RND_H */