deps/win: Remove media foundation dep for ffmpeg

This caused a blender load error on windows N,
given we do not use these codecs they can safely
be disabled.

This will fix T90200 once the new libraries are
in SVN
This commit is contained in:
Ray molenkamp 2021-07-29 10:21:43 -06:00
parent 8f12457c25
commit cae18abef4
Notes: blender-bot 2023-02-13 23:17:13 +01:00
Referenced by issue #90200, Cycles-X Branch - "MFPlat.DLL was not found"
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if(WIN32)
--enable-w32threads
--disable-pthreads
--enable-libopenjpeg
--disable-mediafoundation
)
if("${CMAKE_SIZEOF_VOID_P}" EQUAL "4")
set(FFMPEG_EXTRA_FLAGS