FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
math.h
Go to the documentation of this file.
1 /*
2  * Workaround aix-specific class() function clashing with ffmpeg class usage
3  */
4 
5 #ifndef COMPAT_AIX_MATH_H
6 #define COMPAT_AIX_MATH_H
7 
8 #define class class_in_math_h_causes_problems
9 
10 #include_next <math.h>
11 
12 #undef class
13 
14 #endif /* COMPAT_AIX_MATH_H */