changeset 6079:533bfc034f45 libavcodec

Remove mistakenly added multiple inclusion guards.
author diego
date Fri, 28 Dec 2007 01:42:58 +0000
parents 3b73d2fbc9e4
children 0f1a318ecb22
files armv4l/dsputil_iwmmxt_rnd.h
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/armv4l/dsputil_iwmmxt_rnd.h	Thu Dec 27 12:56:49 2007 +0000
+++ b/armv4l/dsputil_iwmmxt_rnd.h	Fri Dec 28 01:42:58 2007 +0000
@@ -19,8 +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
+/* This header intentionally has no multiple inclusion guards. It is meant to
+ * be included multiple times and generates different code depending on the
+ * value of certain #defines. */
 
 void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
 {
@@ -1115,5 +1116,3 @@
         : [line_size]"r"(line_size)
         : "r12", "memory");
 }
-
-#endif /* FFMPEG_DSPUTIL_IWMMXT_RND_H */