[FFmpeg-devel] [PATCH 1/2] build: add .metal to vpath to fix build error
Zhao Zhili
quinkblack at foxmail.com
Mon Dec 20 11:09:08 EET 2021
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 5b20658b52..df5fb8be15 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ vpath %.texi $(SRC_PATH)
vpath %.cu $(SRC_PATH)
vpath %.ptx $(SRC_PATH)
vpath %/fate_config.sh.template $(SRC_PATH)
+vpath %.metal $(SRC_PATH)
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
--
2.31.1
More information about the ffmpeg-devel
mailing list