diff i386/dsputil_mmx_rnd.h @ 5833:dfd34e7f243f libavcodec

Explain why there are no multiple inclusion guards in these header files.
author diego
date Wed, 17 Oct 2007 22:29:13 +0000
parents a2b978ef3973
children 745d65881f5c
line wrap: on
line diff
--- a/i386/dsputil_mmx_rnd.h	Wed Oct 17 18:23:11 2007 +0000
+++ b/i386/dsputil_mmx_rnd.h	Wed Oct 17 22:29:13 2007 +0000
@@ -24,6 +24,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/* 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. */
+
 // put_pixels
 static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, int line_size, int h)
 {