* [FFmpeg-devel] [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled
@ 2023-12-03 20:06 Lynne
2023-12-03 20:22 ` Neal Gompa
0 siblings, 1 reply; 3+ messages in thread
From: Lynne @ 2023-12-03 20:06 UTC (permalink / raw)
To: Ffmpeg Devel
[-- Attachment #1: Type: text/plain, Size: 44 bytes --]
Fixes builds with only vulkan_av1 enabled.
[-- Attachment #2: 0001-lavc-Makefile-build-vulkan-decode-code-if-vulkan_av1.patch --]
[-- Type: text/x-diff, Size: 1036 bytes --]
From b7c696af10784110844cc3dbe0ec21538393f309 Mon Sep 17 00:00:00 2001
From: Lynne <dev@lynne.ee>
Date: Sun, 3 Dec 2023 21:02:13 +0100
Subject: [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has
been enabled
Forgotten.
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 748806e702..fd9883d2ca 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -998,7 +998,7 @@ OBJS-$(CONFIG_AV1_DXVA2_HWACCEL) += dxva2_av1.o
OBJS-$(CONFIG_AV1_NVDEC_HWACCEL) += nvdec_av1.o
OBJS-$(CONFIG_AV1_VAAPI_HWACCEL) += vaapi_av1.o
OBJS-$(CONFIG_AV1_VDPAU_HWACCEL) += vdpau_av1.o
-OBJS-$(CONFIG_AV1_VULKAN_HWACCEL) += vulkan_av1.o
+OBJS-$(CONFIG_AV1_VULKAN_HWACCEL) += vulkan_decode.o vulkan_av1.o
OBJS-$(CONFIG_H263_VAAPI_HWACCEL) += vaapi_mpeg4.o
OBJS-$(CONFIG_H263_VIDEOTOOLBOX_HWACCEL) += videotoolbox.o
OBJS-$(CONFIG_H264_D3D11VA_HWACCEL) += dxva2_h264.o
--
2.43.0
[-- Attachment #3: Type: text/plain, Size: 251 bytes --]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled
2023-12-03 20:06 [FFmpeg-devel] [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled Lynne
@ 2023-12-03 20:22 ` Neal Gompa
2023-12-04 6:58 ` Lynne
0 siblings, 1 reply; 3+ messages in thread
From: Neal Gompa @ 2023-12-03 20:22 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On Sun, Dec 3, 2023 at 3:06 PM Lynne <dev@lynne.ee> wrote:
>
> Fixes builds with only vulkan_av1 enabled.
>
Thanks for this fix!
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Tested-by: Neal Gompa <ngompa13@gmail.com>
--
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled
2023-12-03 20:22 ` Neal Gompa
@ 2023-12-04 6:58 ` Lynne
0 siblings, 0 replies; 3+ messages in thread
From: Lynne @ 2023-12-04 6:58 UTC (permalink / raw)
To: FFmpeg development discussions and patches
Dec 3, 2023, 21:23 by ngompa13@gmail.com:
> On Sun, Dec 3, 2023 at 3:06 PM Lynne <dev@lynne.ee> wrote:
>
>>
>> Fixes builds with only vulkan_av1 enabled.
>>
>
> Thanks for this fix!
>
> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
> Tested-by: Neal Gompa <ngompa13@gmail.com>
>
Pushed, thanks.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-04 6:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03 20:06 [FFmpeg-devel] [PATCH] lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled Lynne
2023-12-03 20:22 ` Neal Gompa
2023-12-04 6:58 ` Lynne
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git