mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/libspeexdec: fix missing header includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
854fa0d1ab
commit
80a77c0c5b
|
@ -23,6 +23,7 @@
|
|||
#include <speex/speex_stereo.h>
|
||||
#include <speex/speex_callbacks.h>
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct {
|
||||
AVFrame frame;
|
||||
|
|
Loading…
Reference in New Issue