[MPlayer-cvslog] r26026 - trunk/libaf/af_resample.h

diego subversion at mplayerhq.hu
Mon Feb 18 22:07:33 CET 2008


Author: diego
Date: Mon Feb 18 22:07:33 2008
New Revision: 26026

Log:
This header should not have multiple inclusion guards, it is meant
to be included multiple times.
patch by Alexander Stege  mplayer a legale-software d com


Modified:
   trunk/libaf/af_resample.h

Modified: trunk/libaf/af_resample.h
==============================================================================
--- trunk/libaf/af_resample.h	(original)
+++ trunk/libaf/af_resample.h	Mon Feb 18 22:07:33 2008
@@ -14,8 +14,9 @@
    only be included by af_resample.c 
 */ 
 
-#ifndef AF_RESAMPLE_H
-#define AF_RESAMPLE_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. */
 
 #undef L
 #undef SHIFT
@@ -162,5 +163,3 @@
   s->xi = xi;
   s->i = i;
 #endif /* DN */
-
-#endif /* AF_RESAMPLE_H */



More information about the MPlayer-cvslog mailing list