diff options
Diffstat (limited to 'externals/ffmpeg/CMakeLists.txt')
| -rw-r--r-- | externals/ffmpeg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/ffmpeg/CMakeLists.txt b/externals/ffmpeg/CMakeLists.txt index 20ad716ea..0baac8e17 100644 --- a/externals/ffmpeg/CMakeLists.txt +++ b/externals/ffmpeg/CMakeLists.txt | |||
| @@ -43,7 +43,7 @@ if (NOT WIN32) | |||
| 43 | CACHE PATH "Paths to FFmpeg libraries" FORCE) | 43 | CACHE PATH "Paths to FFmpeg libraries" FORCE) |
| 44 | endforeach() | 44 | endforeach() |
| 45 | 45 | ||
| 46 | Include(FindPkgConfig REQUIRED) | 46 | find_package(PkgConfig REQUIRED) |
| 47 | pkg_check_modules(LIBVA libva) | 47 | pkg_check_modules(LIBVA libva) |
| 48 | pkg_check_modules(CUDA cuda) | 48 | pkg_check_modules(CUDA cuda) |
| 49 | pkg_check_modules(FFNVCODEC ffnvcodec) | 49 | pkg_check_modules(FFNVCODEC ffnvcodec) |