cmake find_package(FFMPEG) examples

audaspace/audaspace CMakeLists.txt :464

find_package(FFMPEG ${PACKAGE_OPTION})

strukturag/libheif CMakeLists.txt :269

find_package(FFMPEG COMPONENTS avcodec avutil)

LibVNC/libvncserver CMakeLists.txt :197

find_package(FFMPEG 3.1.0 COMPONENTS avformat avcodec avutil swscale)

microsoft/vcpkg ports/aubio/CMakeLists.txt :32

find_package(FFMPEG COMPONENTS avcodec avutil avformat swresample REQUIRED)

microsoft/vcpkg scripts/test_ports/vcpkg-ci-ffmpeg/project/CMakeLists.txt :4

find_package(FFMPEG REQUIRED)