mirror of https://git.ffmpeg.org/ffmpeg.git
libm.h needs attributes.h
Originally committed as revision 22405 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a7e7d40c2e
commit
297bfb2fe6
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "attributes.h"
|
||||||
|
|
||||||
#if !HAVE_EXP2
|
#if !HAVE_EXP2
|
||||||
#undef exp2
|
#undef exp2
|
||||||
|
|
Loading…
Reference in New Issue