mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Include attributes.h directly
Some files currently rely on libavutil/cpu.h to include it for them; yet said file won't use include it any more after the currently deprecated functions are removed, so include attributes.h directly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
84ac1440b2
commit
f3c197b129
56 changed files with 58 additions and 1 deletions
|
|
@ -53,6 +53,8 @@
|
|||
#ifndef AVUTIL_MIPS_LIBM_MIPS_H
|
||||
#define AVUTIL_MIPS_LIBM_MIPS_H
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
|
||||
static av_always_inline av_const long int lrintf_mips(float x)
|
||||
{
|
||||
register int ret_int;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue