mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
avcodec/mips/ac3dsp_mips: Add missing includes
Likely broken in d7a75d2163.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2df2b4067e
commit
cd63dab55c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue