# HG changeset patch # User diego # Date 1203368853 0 # Node ID 32e21d1beb484fec1703374f662410d306add365 # Parent 782f62eb19535dcba21ddc0840bb86049eb8e41e 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 diff -r 782f62eb1953 -r 32e21d1beb48 libaf/af_resample.h --- a/libaf/af_resample.h Mon Feb 18 19:39:10 2008 +0000 +++ b/libaf/af_resample.h Mon Feb 18 21:07:33 2008 +0000 @@ -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 */