update to only clone in makefile

This commit is contained in:
yukirora 2023-07-03 07:51:43 +00:00
Родитель 5d79a173ec
Коммит ac4e680da0
2 изменённых файлов: 1 добавлений и 3 удалений

3
.gitmodules поставляемый
Просмотреть файл

@ -21,6 +21,3 @@
[submodule "third_party/gpu-burn"]
path = third_party/gpu-burn
url = https://github.com/wilicc/gpu-burn.git
[submodule "third_party/AMF"]
path = third_party/AMF
url = https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git

1
third_party/Makefile поставляемый
Просмотреть файл

@ -152,6 +152,7 @@ endif
# Build AMD Encoder Latency Test
directx_amf_encoding_latency:
git clone -b v1.4.29 https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git
@if exist "AMF\amf\public\samples\CPPSamples_vs2019.sln" ( \
curl -L -o vs_buildtools.exe https://aka.ms/vs/16/release/vs_buildtools.exe && echo "Downloaded vs_buildtools.exe" && \
start /wait vs_buildtools.exe --quiet --wait --norestart --nocache --installPath C:/temp/BuildTools --add Microsoft.VisualStudio.Workload.VCTools --add Microsoft.VisualStudio.Component.VC.ATLMFC --includeRecommended && echo "Installed VS Build Tools" && \