mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add missing stdint.h #include to headers that use it.
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#ifndef FFMPEG_INTFLOAT_READWRITE_H
|
||||
#define FFMPEG_INTFLOAT_READWRITE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "common.h"
|
||||
|
||||
/* IEEE 80 bits extended float */
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef FFMPEG_MATHEMATICS_H
|
||||
#define FFMPEG_MATHEMATICS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "rational.h"
|
||||
|
||||
enum AVRounding {
|
||||
|
||||
Reference in New Issue
Block a user