This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libm.h needs attributes.h
Originally committed as revision 22405 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
a7e7d40c2e
commit
297bfb2fe6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/libm.h
+ 1
- 0
libavutil/libm.h
View File
@@ -26,6 +26,7 @@
#include <math.h>
#include "config.h"
#include "attributes.h"
#if !HAVE_EXP2
#undef exp2
Write
Preview
Loading…
Cancel
Save