FFmpeg: Fix build

This commit is contained in:
Vicki Pfau 2022-02-04 23:58:57 -08:00
parent 26aea8544f
commit 31201d4903
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <libavcodec/version.h>
#include <libavcodec/avcodec.h>
#if LIBAVCODEC_VERSION_MAJOR >= 58
#if LIBAVCODEC_VERSION_MAJOR >= 59
#include <libavcodec/bsf.h>
#endif