mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e6e70d9bdc
commit
3540b950ec
@ -22,6 +22,7 @@
|
|||||||
#define FFMPEG_ADLER32_H
|
#define FFMPEG_ADLER32_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
|
unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
|
||||||
unsigned int len) av_pure;
|
unsigned int len) av_pure;
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
typedef uint32_t AVCRC;
|
typedef uint32_t AVCRC;
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#define FFMPEG_DES_H
|
#define FFMPEG_DES_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief en- or decrypt an 64-bit block of data with DES
|
* \brief en- or decrypt an 64-bit block of data with DES
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#define FFMPEG_INTEGER_H
|
#define FFMPEG_INTEGER_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
#define AV_INTEGER_SIZE 8
|
#define AV_INTEGER_SIZE 8
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#define FFMPEG_SOFTFLOAT_H
|
#define FFMPEG_SOFTFLOAT_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
#define MIN_EXP -126
|
#define MIN_EXP -126
|
||||||
#define MAX_EXP 126
|
#define MAX_EXP 126
|
||||||
|
Loading…
x
Reference in New Issue
Block a user