This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new ab66bc5776 Makefile: add missing vpath for glsl/spv
ab66bc5776 is described below
commit ab66bc577681336e4a5e1d1811c251300ddeb621
Author: Lynne <[email protected]>
AuthorDate: Mon Jan 12 19:18:00 2026 +0100
Commit: Lynne <[email protected]>
CommitDate: Mon Jan 12 19:18:36 2026 +0100
Makefile: add missing vpath for glsl/spv
Similar to CUDA. Fixes building on some systems.
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index f563a37fca..01c04d6bba 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ vpath %.asm $(SRC_PATH)
vpath %.rc $(SRC_PATH)
vpath %.v $(SRC_PATH)
vpath %.texi $(SRC_PATH)
+vpath %.glsl $(SRC_PATH)
+vpath %.spv $(SRC_PATH)
vpath %.cu $(SRC_PATH)
vpath %.ptx $(SRC_PATH)
vpath %.metal $(SRC_PATH)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]