mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
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 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -13,6 +13,7 @@ vpath %.v $(SRC_PATH)
|
|||
vpath %.texi $(SRC_PATH)
|
||||
vpath %.cu $(SRC_PATH)
|
||||
vpath %.ptx $(SRC_PATH)
|
||||
vpath %.metal $(SRC_PATH)
|
||||
vpath %/fate_config.sh.template $(SRC_PATH)
|
||||
|
||||
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64 audiomatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue