Fix compilation with older ffmpeg.

Fix compilation under 32bits.
This commit is contained in:
codestation
2013-09-02 14:38:07 -04:30
parent db576350ce
commit 7c83b86ca8
4 changed files with 23 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libavutil/mathematics.h>
}
#include <vitamtp.h>