mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01: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
|
only be included by af_resample.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AF_RESAMPLE_H
|
/* This header intentionally has no multiple inclusion guards. It is meant to
|
||||||
#define AF_RESAMPLE_H
|
* be included multiple times and generates different code depending on the
|
||||||
|
* value of certain #defines. */
|
||||||
|
|
||||||
#undef L
|
#undef L
|
||||||
#undef SHIFT
|
#undef SHIFT
|
||||||
@ -162,5 +163,3 @@
|
|||||||
s->xi = xi;
|
s->xi = xi;
|
||||||
s->i = i;
|
s->i = i;
|
||||||
#endif /* DN */
|
#endif /* DN */
|
||||||
|
|
||||||
#endif /* AF_RESAMPLE_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user