From c7577cd7030c04ce192296edfd151fc449b8e089 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 18 Feb 2008 21:07:33 +0000 Subject: 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 --- libaf/af_resample.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libaf/af_resample.h b/libaf/af_resample.h index 5f20b2e696..d0aae0bceb 100644 --- a/libaf/af_resample.h +++ b/libaf/af_resample.h @@ -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 */ -- cgit v1.2.3