mirror of https://git.ffmpeg.org/ffmpeg.git
build: add .metal to vpath to fix build error
Signed-off-by: Aman Karmani <aman@tmm1.net>
This commit is contained in:
parent
c47896536c
commit
3c56b9c597
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ vpath %.v $(SRC_PATH)
|
||||||
vpath %.texi $(SRC_PATH)
|
vpath %.texi $(SRC_PATH)
|
||||||
vpath %.cu $(SRC_PATH)
|
vpath %.cu $(SRC_PATH)
|
||||||
vpath %.ptx $(SRC_PATH)
|
vpath %.ptx $(SRC_PATH)
|
||||||
|
vpath %.metal $(SRC_PATH)
|
||||||
vpath %/fate_config.sh.template $(SRC_PATH)
|
vpath %/fate_config.sh.template $(SRC_PATH)
|
||||||
|
|
||||||
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
|
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
|
||||||
|
|
Loading…
Reference in New Issue