From 55a3e7e548bbc3333318ee55dbab39f016b8d5f6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Feb 2023 22:10:17 +0100 Subject: FFMPEGMediaPlayer: Replace old FFmpeg header w/ FFmpeg version 4.3, 5.1 and 6.0 (major version counts for binary compatibility) --- make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h (limited to 'make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h') diff --git a/make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h b/make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h new file mode 100644 index 000000000..c289fbb55 --- /dev/null +++ b/make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h @@ -0,0 +1,6 @@ +/* Generated by ffmpeg configure */ +#ifndef AVUTIL_AVCONFIG_H +#define AVUTIL_AVCONFIG_H +#define AV_HAVE_BIGENDIAN 0 +#define AV_HAVE_FAST_UNALIGNED 1 +#endif /* AVUTIL_AVCONFIG_H */ -- cgit v1.2.3