You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/integer: Don't include common.h
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -25,9 +25,11 @@
|
|||||||
* @author Michael Niedermayer <michaelni@gmx.at>
|
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include <string.h>
|
||||||
|
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
#include "avassert.h"
|
#include "avassert.h"
|
||||||
|
#include "intmath.h"
|
||||||
|
|
||||||
static const AVInteger zero_i;
|
static const AVInteger zero_i;
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#define AVUTIL_INTEGER_H
|
#define AVUTIL_INTEGER_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "common.h"
|
#include "attributes.h"
|
||||||
|
|
||||||
#define AV_INTEGER_SIZE 8
|
#define AV_INTEGER_SIZE 8
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user