mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/cabac_functions, x86/cabac: Include stddef.h
Fixes checkheaders after 8c01eb0a31.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
a44c42dc31
commit
4f3d8cb554
2 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef AVCODEC_CABAC_FUNCTIONS_H
|
||||
#define AVCODEC_CABAC_FUNCTIONS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "cabac.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef AVCODEC_X86_CABAC_H
|
||||
#define AVCODEC_X86_CABAC_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "libavcodec/cabac.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue