-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: fix spirv_compiler for 5.0~7.1
- Loading branch information
Showing
2 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
patches/common/0001-add-spirv_compiler-to-avfilter_suggest.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From edd5b7a0908d7eadc2630e2b9e722e82cb9be127 Mon Sep 17 00:00:00 2001 | ||
From: wang-bin <[email protected]> | ||
Date: Mon, 24 Feb 2025 09:27:04 +0800 | ||
Subject: [PATCH] add spirv_compiler to avfilter_suggest | ||
|
||
if spirv_compiler is enabled without any vulkan filter | ||
--- | ||
configure | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configure b/configure | ||
index 45412d728f..56bd9016bb 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -4044,7 +4044,7 @@ avcodec_suggest="libm stdatomic liblcevc_dec" | ||
avdevice_deps="avformat avcodec avutil" | ||
avdevice_suggest="libm stdatomic" | ||
avfilter_deps="avutil" | ||
-avfilter_suggest="libm stdatomic" | ||
+avfilter_suggest="libm stdatomic spirv_compiler" | ||
avformat_deps="avcodec avutil" | ||
avformat_suggest="libm network zlib stdatomic" | ||
avutil_suggest="clock_gettime ffnvcodec gcrypt libm libdrm libmfx opencl openssl user32 vaapi vulkan videotoolbox corefoundation corevideo coremedia bcrypt stdatomic" | ||
-- | ||
2.39.5 (Apple Git-154) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters