mirror of https://github.com/mgba-emu/mgba.git
FFmpeg: Fix build
This commit is contained in:
parent
26aea8544f
commit
31201d4903
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include <libavcodec/version.h>
|
#include <libavcodec/version.h>
|
||||||
#include <libavcodec/avcodec.h>
|
#include <libavcodec/avcodec.h>
|
||||||
#if LIBAVCODEC_VERSION_MAJOR >= 58
|
#if LIBAVCODEC_VERSION_MAJOR >= 59
|
||||||
#include <libavcodec/bsf.h>
|
#include <libavcodec/bsf.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue