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:
parent
19fcd66c31
commit
2ed6f39944
28 changed files with 32 additions and 28 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "common.h"
|
||||
#include "attributes.h"
|
||||
|
||||
typedef uint32_t AVCRC;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue