Replace many includes of libavutil/common.h with what is actually needed
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
* portable IEEE float/double read/write functions
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include "intfloat_readwrite.h"
|
||||
|
||||
double av_int2dbl(int64_t v){
|
||||
|
||||
Reference in New Issue
Block a user