FFMPEG: Fix build for newer versions of the library.

Thanks to Tim Harder for the patch.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1092 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2012-03-25 08:14:31 +00:00
parent a7c7f063c1
commit 3fe64a7485
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ extern "C" {
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libavcodec/opt.h>
#include <libavutil/mathematics.h>
#ifndef AV_PKT_FLAG_KEY
#define AV_PKT_FLAG_KEY PKT_FLAG_KEY
#endif