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

2021-12-20 Thread Steven Liu
> 2021年12月20日 下午5:09,Zhao Zhili 写道: > > --- > 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 $(SR

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

2021-12-20 Thread Zhao Zhili
--- 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