diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 542f9f9719d..8f23856d371 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -715,7 +715,7 @@ jobs: mingw-w64-x86_64-boost mingw-w64-x86_64-cmake mingw-w64-x86_64-curl - mingw-w64-x86_64-libmfx + mingw-w64-x86_64-onevpl mingw-w64-x86_64-nsis mingw-w64-x86_64-openssl mingw-w64-x86_64-opus diff --git a/cmake/dependencies/common.cmake b/cmake/dependencies/common.cmake index ca4752c218e..9bc7c56ceee 100644 --- a/cmake/dependencies/common.cmake +++ b/cmake/dependencies/common.cmake @@ -22,7 +22,7 @@ if(WIN32) if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64") message(FATAL_ERROR "Unsupported system processor:" ${CMAKE_SYSTEM_PROCESSOR}) endif() - set(FFMPEG_PLATFORM_LIBRARIES mfplat ole32 strmiids mfuuid mfx) + set(FFMPEG_PLATFORM_LIBRARIES mfplat ole32 strmiids mfuuid vpl) set(FFMPEG_PREPARED_BINARIES "${CMAKE_CURRENT_SOURCE_DIR}/third-party/ffmpeg-windows-x86_64") elseif(APPLE) if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") diff --git a/docs/source/building/windows.rst b/docs/source/building/windows.rst index a51b6485372..623bd16a409 100644 --- a/docs/source/building/windows.rst +++ b/docs/source/building/windows.rst @@ -16,7 +16,7 @@ Install dependencies: pacman -S base-devel cmake diffutils gcc git make mingw-w64-x86_64-binutils \ mingw-w64-x86_64-boost mingw-w64-x86_64-cmake mingw-w64-x86_64-curl \ - mingw-w64-x86_64-libmfx mingw-w64-x86_64-openssl mingw-w64-x86_64-opus \ + mingw-w64-x86_64-onevpl mingw-w64-x86_64-openssl mingw-w64-x86_64-opus \ mingw-w64-x86_64-toolchain npm dependencies