mirror of https://git.ffmpeg.org/ffmpeg.git
mips/ac3dsp_mips: add missing stddef.h header include
Fixes compilation failures after 567c67c6c8
.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e40ea9f34b
commit
72390dea00
|
@ -53,6 +53,8 @@
|
|||
* Reference: libavcodec/ac3dsp.c
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "libavcodec/ac3dsp.h"
|
||||
#include "libavcodec/ac3.h"
|
||||
|
|
Loading…
Reference in New Issue