[FFmpeg-devel] [PATCH 1/2] build: add .metal to vpath to fix build error
Steven Liu
lq at chinaffmpeg.org
Mon Dec 20 12:18:09 EET 2021
> 2021年12月20日 下午5:09,Zhao Zhili <quinkblack at 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 at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
patchset test ok, lgtm
Thanks
Steven Liu
More information about the ffmpeg-devel
mailing list