This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Description
In step 3 on the wik page (https://github.com/NVIDIA/VideoProcessingFramework/wiki/Building-from-source) for linux it says:
VPF user CMake find_library to locate ffmpeg
Since I am not super well versed in the use of CMake it seems like that is a typo, but it is difficult for me to know since i don't know much about CMake. And for me to try to figure out how to
link VPF against desired ffmpeg version
figuring out how to link this, would be easier if I knew what the first part was supposed to mean.
it seems like it was supposed to be:
VPF uses CMake's "find_library" command to locate ffmpeg.
thank you for your awesome work!