diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-10-16 22:58:08 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-10-16 22:58:08 +0100 |
commit | d738508f98b85034ebfd515f35d82f832cb1580f (patch) | |
tree | b5c149e336bc9a88df2c2d053259ee7207359161 /media-video/ffmpeg-chromium/files | |
parent | dev-libs/nwjs: Bump to 0.80.0, drop old 0.75.0 (diff) | |
download | gentoo-d738508f98b85034ebfd515f35d82f832cb1580f.tar.gz gentoo-d738508f98b85034ebfd515f35d82f832cb1580f.tar.bz2 gentoo-d738508f98b85034ebfd515f35d82f832cb1580f.zip |
media-video/ffmpeg-chromium: Drop old 102 and 106
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg-chromium/files')
-rw-r--r-- | media-video/ffmpeg-chromium/files/ffmpeg-chromium-vk-headers.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/media-video/ffmpeg-chromium/files/ffmpeg-chromium-vk-headers.patch b/media-video/ffmpeg-chromium/files/ffmpeg-chromium-vk-headers.patch deleted file mode 100644 index f3c3c0128920..000000000000 --- a/media-video/ffmpeg-chromium/files/ffmpeg-chromium-vk-headers.patch +++ /dev/null @@ -1,36 +0,0 @@ -From eb0455d64690eed0068e5cb202f72ecdf899837c Mon Sep 17 00:00:00 2001 -From: Lynne <dev@lynne.ee> -Date: Sun, 25 Dec 2022 01:03:30 +0100 -Subject: [PATCH] hwcontext_vulkan: remove optional encode/decode extensions - from the list - -They're not currently used, so they don't need to be there. -Vulkan stabilized the decode extensions less than a week ago, and their -name prefixes were changed from EXT to KHR. It's a bit too soon to be -depending on it, so rather than bumping, just remove these for now. ---- - libavutil/hwcontext_vulkan.c | 8 -------- - 1 file changed, 8 deletions(-) - -diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c -index f1db1c7291..2a9b5f4aac 100644 ---- a/libavutil/hwcontext_vulkan.c -+++ b/libavutil/hwcontext_vulkan.c -@@ -358,14 +358,6 @@ static const VulkanOptExtension optional_device_exts[] = { - { VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME, FF_VK_EXT_EXTERNAL_WIN32_MEMORY }, - { VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME, FF_VK_EXT_EXTERNAL_WIN32_SEM }, - #endif -- -- /* Video encoding/decoding */ -- { VK_KHR_VIDEO_QUEUE_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, -- { VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, -- { VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, -- { VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, -- { VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, -- { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME, FF_VK_EXT_NO_FLAG }, - }; - - /* Converts return values to strings */ --- -2.39.1 - |