mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
avcodec/cabac_functions: Add missing headers
Fixes make checkheaders on PPC, for which no arch-specific header exists that indirectly includes attributes.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
760b4709ab
commit
dd2c871aa3
@ -30,6 +30,8 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/intmath.h"
|
||||
#include "cabac.h"
|
||||
#include "config.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user