vk_video_samples icon indicating copy to clipboard operation
vk_video_samples copied to clipboard

git issue in update_external_sources.sh script

Open shihhsinliicloud opened this issue 1 year ago • 2 comments

Reporting some issues with update_external_sources.sh script:

  1. update_external_sources.sh script is not in the root of the repository, but in the decoder sample, either the build instructions need be updated or move the script to the root.
  2. update_external_sources.sh script does a "git fetch --all" which breaks if you have a .gitconfig which references other repos. Changing to "git fetch origin" solve the problem.

shihhsinliicloud avatar Jul 22 '24 19:07 shihhsinliicloud

Thank you for reporting the issue, @shihhsinliicloud. It is good input. We'll address it soon.

zlatinski avatar Jul 24 '24 09:07 zlatinski

+1!

toobawaqar avatar Nov 29 '24 12:11 toobawaqar

We now use CMake to update the dependencies. Closing this issue. Please open a new one if still having issues after following the build instructions. Thanks!

zlatinski avatar May 02 '25 14:05 zlatinski