diff options
author | Sven Gothel <[email protected]> | 2023-02-23 22:10:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-23 22:10:17 +0100 |
commit | 55a3e7e548bbc3333318ee55dbab39f016b8d5f6 (patch) | |
tree | a754d6d621532328c15095619180c0ef4556aabc /make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h | |
parent | dc48fb0f101dfefd3f4fb23f585d14de7fa9a6fe (diff) |
FFMPEGMediaPlayer: Replace old FFmpeg header w/ FFmpeg version 4.3, 5.1 and 6.0 (major version counts for binary compatibility)
Diffstat (limited to 'make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h')
-rw-r--r-- | make/stub_includes/ffmpeg/v0400/libavutil/avconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |