diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-04 17:07:52 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-04 17:07:52 -0500 |
| commit | 763d5a7382ce7b713511fb4b0ac1ce097508e8f6 (patch) | |
| tree | 5999155de987b3127beba5917d16a1f5e2f77fad /graphics/ffmpeg/patches/patch-libavcodec_version_h | |
| parent | 1c7977bb95a42b7792fb8b7b4a11c0afe4697a01 (diff) | |
import graphics/ffmpeg
Diffstat (limited to 'graphics/ffmpeg/patches/patch-libavcodec_version_h')
| -rw-r--r-- | graphics/ffmpeg/patches/patch-libavcodec_version_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/ffmpeg/patches/patch-libavcodec_version_h b/graphics/ffmpeg/patches/patch-libavcodec_version_h new file mode 100644 index 0000000..929731d --- /dev/null +++ b/graphics/ffmpeg/patches/patch-libavcodec_version_h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | avcodec/libsvtav1: deprecate some options | ||
| 2 | |||
| 3 | Index: libavcodec/version.h | ||
| 4 | --- libavcodec/version.h.orig | ||
| 5 | +++ libavcodec/version.h | ||
| 6 | @@ -168,5 +168,8 @@ | ||
| 7 | #ifndef FF_API_INIT_PACKET | ||
| 8 | #define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 60) | ||
| 9 | #endif | ||
| 10 | +#ifndef FF_API_SVTAV1_OPTS | ||
| 11 | +#define FF_API_SVTAV1_OPTS (LIBAVCODEC_VERSION_MAJOR < 60) | ||
| 12 | +#endif | ||
| 13 | |||
| 14 | #endif /* AVCODEC_VERSION_H */ | ||
