avcodec/mips/ac3dsp_mips: Add missing includes
Likely broken in d7a75d21635eab4f4a1efea22945933059c2e36f. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2df2b4067e
commit
cd63dab55c
@ -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…
x
Reference in New Issue
Block a user