diff options
author | Sven Gothel <sgothel@jausoft.com> | 2023-02-23 22:10:17 +0100 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2023-02-23 22:10:17 +0100 |
commit | 55a3e7e548bbc3333318ee55dbab39f016b8d5f6 (patch) | |
tree | a754d6d621532328c15095619180c0ef4556aabc /make/stub_includes/ffmpeg/v0400/libavutil/ffversion.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/ffversion.h')
-rw-r--r-- | make/stub_includes/ffmpeg/v0400/libavutil/ffversion.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/stub_includes/ffmpeg/v0400/libavutil/ffversion.h b/make/stub_includes/ffmpeg/v0400/libavutil/ffversion.h new file mode 100644 index 000000000..d55adc0cb --- /dev/null +++ b/make/stub_includes/ffmpeg/v0400/libavutil/ffversion.h @@ -0,0 +1,5 @@ +/* Automatically generated by version.sh, do not manually edit! */ +#ifndef AVUTIL_FFVERSION_H +#define AVUTIL_FFVERSION_H +#define FFMPEG_VERSION "n4.3.5-4-g7694a44baa" +#endif /* AVUTIL_FFVERSION_H */ |