summaryrefslogtreecommitdiff
path: root/graphics/ffmpeg/patches/patch-libavcodec_version_h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ffmpeg/patches/patch-libavcodec_version_h')
-rw-r--r--graphics/ffmpeg/patches/patch-libavcodec_version_h14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/ffmpeg/patches/patch-libavcodec_version_h b/graphics/ffmpeg/patches/patch-libavcodec_version_h
deleted file mode 100644
index 929731d..0000000
--- a/graphics/ffmpeg/patches/patch-libavcodec_version_h
+++ /dev/null
@@ -1,14 +0,0 @@
1avcodec/libsvtav1: deprecate some options
2
3Index: 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 */