avcodec/libspeexdec: fix missing header includes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-08-12 20:09:50 +02:00
parent 854fa0d1ab
commit 80a77c0c5b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
#include "avcodec.h"
#include "internal.h"
typedef struct {
AVFrame frame;