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:
parent
a7c7f063c1
commit
3fe64a7485
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue