summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-18 21:07:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-18 21:07:33 +0000
commitc7577cd7030c04ce192296edfd151fc449b8e089 (patch)
tree4817625c979341717f201523d5aff5ffa7470441 /libaf
parent2afea0a79bd97f0f447680613b2d02035e455d8e (diff)
downloadmpv-c7577cd7030c04ce192296edfd151fc449b8e089.tar.bz2
mpv-c7577cd7030c04ce192296edfd151fc449b8e089.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_resample.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libaf/af_resample.h b/libaf/af_resample.h
index 5f20b2e696..d0aae0bceb 100644
--- a/libaf/af_resample.h
+++ b/libaf/af_resample.h
@@ -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 */