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
This commit is contained in:
diego 2008-02-18 21:07:33 +00:00
parent 2afea0a79b
commit c7577cd703
1 changed files with 3 additions and 4 deletions

View File

@ -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 */