X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=compat%2Faix%2Fmath.h;h=e1d1417c823f171ab9339770522e409f743b64b0;hp=7c8134c8f515dc1a69bf6544e60ac11e5f38679e;hb=c88503e3f6bd7881f147d340bf222a629daa55fc;hpb=d3635f3ab0a234c830dfb4ddb9c6a4ea2677dace diff --git a/compat/aix/math.h b/compat/aix/math.h index 7c8134c8f5..e1d1417c82 100644 --- a/compat/aix/math.h +++ b/compat/aix/math.h @@ -1,9 +1,8 @@ -/* - * Workaround aix-specific class() function clashing with libav class usage - */ +/* Work around the class() function in AIX math.h clashing with identifiers + * named "class". */ -#ifndef COMPAT_AIX_MATH_H -#define COMPAT_AIX_MATH_H +#ifndef FFMPEG_COMPAT_AIX_MATH_H +#define FFMPEG_COMPAT_AIX_MATH_H #define class class_in_math_h_causes_problems @@ -11,4 +10,4 @@ #undef class -#endif /* COMPAT_AIX_MATH_H */ +#endif /* FFMPEG_COMPAT_AIX_MATH_H */