FFmpeg
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
compat
aix
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 */
Generated on Wed Jul 10 2013 23:47:53 for FFmpeg by
1.8.2