diff mbox series

[FFmpeg-devel,1/2] build: add .metal to vpath to fix build error

Message ID tencent_B3CCEAA853349C790B88E62AD09826FEE706@qq.com
State New
Headers show
Series [FFmpeg-devel,1/2] build: add .metal to vpath to fix build error | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Zhao Zhili Dec. 20, 2021, 9:09 a.m. UTC
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Liu Steven Dec. 20, 2021, 10:18 a.m. UTC | #1
> 2021年12月20日 下午5:09,Zhao Zhili <quinkblack@foxmail.com> 写道:
> 
> ---
> 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
> 
> _______________________________________________
> 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".
> 

patchset test ok, lgtm

Thanks

Steven Liu
diff mbox series

Patch

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