mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
Fix build errors with FFmpeg5
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswresample/swresample.h>
|
||||
#include <libavutil/opt.h>
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
|
||||
#include <libavcodec/bsf.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
#endif
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user