[FFmpeg-devel] [PATCH 01/18] avcodec/mips/ac3dsp_mips: Add missing includes

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Mar 30 15:47:06 EET 2024


Andreas Rheinhardt:
> Likely broken in d7a75d21635eab4f4a1efea22945933059c2e36f.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavcodec/mips/ac3dsp_mips.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/libavcodec/mips/ac3dsp_mips.c b/libavcodec/mips/ac3dsp_mips.c
> index e97a412922..cc49ba3888 100644
> --- a/libavcodec/mips/ac3dsp_mips.c
> +++ b/libavcodec/mips/ac3dsp_mips.c
> @@ -54,11 +54,13 @@
>   */
>  
>  #include <stddef.h>
> +#include <string.h>
>  
>  #include "config.h"
>  #include "libavcodec/ac3dsp.h"
>  #include "libavcodec/ac3.h"
>  #include "libavcodec/ac3tab.h"
> +#include "libavutil/macros.h"
>  #include "libavutil/mips/asmdefs.h"
>  
>  #if HAVE_INLINE_ASM

Will apply the remainder of this patchset tomorrow unless there are
objections.

- Andreas



More information about the ffmpeg-devel mailing list