mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
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:
parent
2afea0a79b
commit
c7577cd703
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user