Mercurial > mplayer.hg
changeset 25994:32e21d1beb48
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
author | diego |
---|---|
date | Mon, 18 Feb 2008 21:07:33 +0000 |
parents | 782f62eb1953 |
children | 236ab58453f7 |
files | libaf/af_resample.h |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 */