1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

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:
Måns Rullgård
2010-03-09 17:39:19 +00:00
parent 19fcd66c31
commit 2ed6f39944
28 changed files with 32 additions and 28 deletions

View File

@@ -22,7 +22,7 @@
#define AVUTIL_INTFLOAT_READWRITE_H
#include <stdint.h>
#include "common.h"
#include "attributes.h"
/* IEEE 80 bits extended float */
typedef struct AVExtFloat {